Commit 8d2a71ab authored by Aaron L. Zeng's avatar Aaron L. Zeng Committed by github-actions[bot]
Browse files

ocamlPackages.caqti*: improve meta.license

See #269788.

(cherry picked from commit d28237a2ccd893f57dc666db67542904cf6a5af0)
parent 260cc445
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };