summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2023-11-27 00:48:52 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-27 09:45:35 +0000
commit8d2a71ab475b5c1e58ed3cd612e7104f6712d957 (patch)
tree123e2d0281e80621cfa9e3b339563f04dde259ef
parentMerge pull request #270285 from NixOS/backport-269637-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-270352-to-release-23.11.tar.gz
ocamlPackages.caqti*: improve meta.licenseorigin/backport-270352-to-release-23.11
See #269788. (cherry picked from commit d28237a2ccd893f57dc666db67542904cf6a5af0)
-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 2d62ba7e0c6e..68eb2657b324 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";
};