Commit 974402a9 authored by jopejoe1's avatar jopejoe1
Browse files

ocamlPackages.camlzip: make use of lib.licenses

parent eb0fb69b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 ];
  };