ocamlPackages.ssl: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-03 23:13:06 +02:00
parent 974402a97e
commit b3a4bf8186

View File

@@ -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