Skip to content

Commit 08645b4

Browse files
authored
postgresql: use team (#352905)
2 parents 4dbaa04 + 184cda2 commit 08645b4

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

ci/OWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
226226
/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
227227

228228
# PostgreSQL and related stuff
229-
/pkgs/servers/sql/postgresql @thoughtpolice
230-
/nixos/modules/services/databases/postgresql.md @thoughtpolice
231-
/nixos/modules/services/databases/postgresql.nix @thoughtpolice
232-
/nixos/tests/postgresql.nix @thoughtpolice
229+
/pkgs/servers/sql/postgresql @NixOS/postgres
230+
/nixos/modules/services/databases/postgresql.md @NixOS/postgres
231+
/nixos/modules/services/databases/postgresql.nix @NixOS/postgres
232+
/nixos/tests/postgresql.nix @NixOS/postgres
233233

234234
# Hardened profile & related modules
235235
/nixos/modules/profiles/hardened.nix @joachifm

maintainers/team-list.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,14 @@ with lib.maintainers;
846846
};
847847

848848
postgres = {
849-
members = [ thoughtpolice ];
849+
members = [
850+
thoughtpolice
851+
ma27
852+
wolfgangwalther
853+
];
850854
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
851855
shortName = "PostgreSQL";
856+
enableFeatureFreezePing = true;
852857
};
853858

854859
python = {

pkgs/servers/sql/postgresql/generic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ let
320320
description = "Powerful, open source object-relational database system";
321321
license = licenses.postgresql;
322322
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
323-
maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 wolfgangwalther ];
323+
maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members;
324324
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
325325
platforms = platforms.unix;
326326

0 commit comments

Comments
 (0)