ocamlPackages.caqti*: improve meta.license

See #269788.

authored by Aaron L. Zeng and committed by Vincent Laporte f5da19d2 98a0ec7a

+1 -1
+1 -1
pkgs/development/ocaml-modules/caqti/default.nix
··· 23 24 meta = { 25 description = "Unified interface to relational database libraries"; 26 - license = "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"; 27 maintainers = with lib.maintainers; [ bcc32 ]; 28 homepage = "https://github.com/paurkedal/ocaml-caqti"; 29 };
··· 23 24 meta = { 25 description = "Unified interface to relational database libraries"; 26 + license = with lib.licenses; [ lgpl3Plus ocamlLgplLinkingException ]; 27 maintainers = with lib.maintainers; [ bcc32 ]; 28 homepage = "https://github.com/paurkedal/ocaml-caqti"; 29 };