taglib: add licenses
This commit is contained in:
parent
873b4ed626
commit
ab6cf6c57d
@ -15,9 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://developer.kde.org/~wheeler/taglib.html;
|
homepage = http://developer.kde.org/~wheeler/taglib.html;
|
||||||
repositories.git = git://github.com/taglib/taglib.git;
|
repositories.git = git://github.com/taglib/taglib.git;
|
||||||
|
|
||||||
description = "A library for reading and editing the meta-data of several popular audio formats";
|
description = "A library for reading and editing the meta-data of several popular audio formats";
|
||||||
inherit (cmake.meta) platforms;
|
inherit (cmake.meta) platforms;
|
||||||
maintainers = [ ];
|
license = with stdenv.lib.licenses; [ lgpl21 mpl11 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user