mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
ocamlPackages.caqti*: improve meta.license
See #269788.
(cherry picked from commit d28237a2cc)
This commit is contained in:
committed by
github-actions[bot]
parent
260cc44547
commit
8d2a71ab47
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user