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