ocamlPackages.caqti*: improve meta.license

See #269788.

(cherry picked from commit d28237a2cc)
This commit is contained in:
Aaron L. Zeng
2023-11-27 00:48:52 -05:00
committed by github-actions[bot]
parent 260cc44547
commit 8d2a71ab47

View File

@@ -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";
};