mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.semaphore-compat: fix license
This commit is contained in:
parent
8dcd5b4781
commit
f2a2417617
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user