Skip to content

Commit 9de6670

Browse files
committedJul 31, 2017
ephemeralpg: Add meta
1 parent a674455 commit 9de6670

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎pkgs/applications/misc/ephemeralpg/default.nix

+5
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ stdenv.mkDerivation rec {
1212
PREFIX=$out make install
1313
wrapProgram $out/bin/pg_tmp --prefix PATH : ${postgresql}/bin
1414
'';
15+
meta = {
16+
description = ''Run tests on an isolated, temporary PostgreSQL database.'';
17+
license = stdenv.lib.licenses.isc;
18+
homepage = http://ephemeralpg.org/;
19+
};
1520
}

0 commit comments

Comments
 (0)
Please sign in to comment.