From 4c598381e0b742608d481ae4bf88ac31f69df978 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Mon, 1 May 2023 00:44:23 -0700 Subject: Update default.nix --- pkgs/development/ocaml-modules/postgresql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/postgresql/default.nix b/pkgs/development/ocaml-modules/postgresql/default.nix index b27ea67eb2832..4140baa675cb2 100644 --- a/pkgs/development/ocaml-modules/postgresql/default.nix +++ b/pkgs/development/ocaml-modules/postgresql/default.nix @@ -18,7 +18,7 @@ buildDunePackage rec { nativeBuildInputs = [ postgresql ]; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ postgresql ]; - + meta = { description = "Bindings to the PostgreSQL library"; license = lib.licenses.lgpl21Plus; -- cgit 1.4.1