pgbouncer: meta add `mainProgram`

authored by Kai Norman Clasen and committed by Anderson Torres 2fd6c3a3 8d3ab4e5

+1
+1
pkgs/servers/sql/pgbouncer/default.nix
··· 19 19 20 20 meta = with lib; { 21 21 homepage = "https://www.pgbouncer.org/"; 22 + mainProgram = "pgbouncer"; 22 23 description = "Lightweight connection pooler for PostgreSQL"; 23 24 changelog = "https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_${replaceStrings ["."] ["_"] version}"; 24 25 license = licenses.isc;