We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053e9d3 + f511535 commit 975e7e7Copy full SHA for 975e7e7
pkgs/servers/sql/postgresql/generic.nix
@@ -297,7 +297,7 @@ let
297
description = "Powerful, open source object-relational database system";
298
license = licenses.postgresql;
299
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
300
- maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members;
+ maintainers = with maintainers; teams.postgres.members;
301
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
302
platforms = platforms.unix;
303
0 commit comments