diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix index fea4be04f8a3..fc0a75ca140f 100644 --- a/pkgs/development/ocaml-modules/ssl/default.nix +++ b/pkgs/development/ocaml-modules/ssl/default.nix @@ -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