From bae40fde999b2553b2d7711db5c858d3d71d8779 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 4 Nov 2024 12:06:45 -0500 Subject: [PATCH] maintainers: request to join postgres team --- maintainers/team-list.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 3b041aab6d0cd..8c13341ace6ab 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -845,7 +845,10 @@ with lib.maintainers; }; postgres = { - members = [ thoughtpolice ]; + members = [ + samrose + thoughtpolice + ]; scope = "Maintain the PostgreSQL package and plugins along with the NixOS module."; shortName = "PostgreSQL"; };