diff options
| author | Aaron L. Zeng <me@bcc32.com> | 2023-11-27 00:48:52 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-27 09:45:35 +0000 |
| commit | 8d2a71ab475b5c1e58ed3cd612e7104f6712d957 (patch) | |
| tree | 123e2d0281e80621cfa9e3b339563f04dde259ef | |
| parent | Merge pull request #270285 from NixOS/backport-269637-to-release-23.11 (diff) | |
| download | nixpkgs-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.nix | 2 |
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"; }; |
