From 8d2a71ab475b5c1e58ed3cd612e7104f6712d957 Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Mon, 27 Nov 2023 00:48:52 -0500 Subject: [PATCH] ocamlPackages.caqti*: improve meta.license See #269788. (cherry picked from commit d28237a2ccd893f57dc666db67542904cf6a5af0) --- pkgs/development/ocaml-modules/caqti/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };