mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
ocamlPackages.taglib: make use of lib.licenses
This commit is contained in:
parent
b3a4bf8186
commit
6a490d7941
|
|
@ -33,7 +33,7 @@ buildDunePackage rec {
|
||||||
description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files";
|
description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files";
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
lgpl21Plus
|
lgpl21Plus
|
||||||
"link-exception"
|
ocamlLgplLinkingException
|
||||||
]; # GNU Library Public License 2 Linking Exception
|
]; # GNU Library Public License 2 Linking Exception
|
||||||
maintainers = with maintainers; [ dandellion ];
|
maintainers = with maintainers; [ dandellion ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue