File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
pkgs/servers/sql/postgresql Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments