taglib: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-27 15:41:45 +02:00
parent 873b4ed626
commit ab6cf6c57d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,9 +15,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://developer.kde.org/~wheeler/taglib.html;
repositories.git = git://github.com/taglib/taglib.git;
description = "A library for reading and editing the meta-data of several popular audio formats";
inherit (cmake.meta) platforms;
maintainers = [ ];
license = with stdenv.lib.licenses; [ lgpl21 mpl11 ];
};
}