pgbouncer: meta add mainProgram
This commit is contained in:
parent
8d3ab4e556
commit
2fd6c3a3aa
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.pgbouncer.org/";
|
homepage = "https://www.pgbouncer.org/";
|
||||||
|
mainProgram = "pgbouncer";
|
||||||
description = "Lightweight connection pooler for PostgreSQL";
|
description = "Lightweight connection pooler for PostgreSQL";
|
||||||
changelog = "https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_${replaceStrings ["."] ["_"] version}";
|
changelog = "https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_${replaceStrings ["."] ["_"] version}";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
|
Loading…
Reference in New Issue
Block a user