ocamlPackages.camlzip: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-03 23:12:01 +02:00
parent eb0fb69ba1
commit 974402a97e

View File

@@ -90,7 +90,10 @@ stdenv.mkDerivation {
ZIP and GZIP format, as well as to Java JAR files. It provides functions
for reading from and writing to compressed files in these formats.
'';
license = "LGPL+linking exceptions";
license = with lib.licenses; [
lgpl21Plus
ocamlLgplLinkingException
];
inherit (ocaml.meta) platforms;
maintainers = with maintainers; [ maggesi ];
};