about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2023-11-27 00:48:52 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2023-11-27 10:45:07 +0100
commitf5da19d226c9524dc15d8ca64dc6c2f9d59aea8c (patch)
tree663c91e83afa41a4ef464dded537e138508e7d27 /pkgs/development/ocaml-modules
parent98a0ec7a83043253e0008e9b361cfd94b1a11931 (diff)
ocamlPackages.caqti*: improve meta.license
See #269788.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/caqti/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/caqti/default.nix b/pkgs/development/ocaml-modules/caqti/default.nix
index 2d62ba7e0c6e3..68eb2657b324d 100644
--- a/pkgs/development/ocaml-modules/caqti/default.nix
+++ b/pkgs/development/ocaml-modules/caqti/default.nix
@@ -23,7 +23,7 @@ buildDunePackage rec {
 
   meta = {
     description = "Unified interface to relational database libraries";
-    license = "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception";
+    license = with lib.licenses; [ lgpl3Plus ocamlLgplLinkingException ];
     maintainers = with lib.maintainers; [ bcc32 ];
     homepage = "https://github.com/paurkedal/ocaml-caqti";
   };