Commit b3a4bf81 authored by jopejoe1's avatar jopejoe1
Browse files

ocamlPackages.ssl: make use of lib.licenses

parent 974402a9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -37,7 +37,10 @@ buildDunePackage rec {
  meta = {
    homepage = "http://savonet.rastageeks.org/";
    description = "OCaml bindings for libssl";
    license = "LGPL+link exception";
    license = with lib.licenses; [
      lgpl21Plus
      ocamlLgplLinkingException
    ];
    maintainers = with lib.maintainers; [
      anmonteiro
      dandellion