ocamlPackages.caqti*: improve meta.license

See #269788.
This commit is contained in:
Aaron L. Zeng
2023-11-27 10:45:07 +01:00
committed by Vincent Laporte
parent 98a0ec7a83
commit f5da19d226
@@ -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";
};