From f2a2417617aee5597d168bbfb2f058e0a34dc145 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:44:04 +0100 Subject: [PATCH] ocamlPackages.semaphore-compat: fix license --- pkgs/development/ocaml-modules/semaphore-compat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/semaphore-compat/default.nix b/pkgs/development/ocaml-modules/semaphore-compat/default.nix index 6b78fe81bce1..adbff78d5945 100644 --- a/pkgs/development/ocaml-modules/semaphore-compat/default.nix +++ b/pkgs/development/ocaml-modules/semaphore-compat/default.nix @@ -14,7 +14,7 @@ buildDunePackage rec { meta = with lib; { description = "Compatibility Semaphore module"; homepage = "https://github.com/mirage/semaphore-compat"; - license = licenses.lgpl21Only; + license = with licenses; [ lgpl21Plus ocamlLgplLinkingException ]; maintainers = [ maintainers.sternenseemann ]; }; }