mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
pgbouncer: meta add mainProgram
This commit is contained in:
parent
8d3ab4e556
commit
2fd6c3a3aa
@ -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 New Issue
Block a user