From 705227c558f2a3c28151b72c259a216cbf4fcfa6 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 19 Apr 2021 17:56:55 -0400 Subject: [PATCH 1/2] teams: init determinatesystems --- maintainers/team-list.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 39c9b767187..f4a21c95eb0 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -56,6 +56,14 @@ with lib.maintainers; { scope = "Group registration for D. E. Shaw employees who collectively maintain packages."; }; + determinatesystems = { + # Verify additions to this team with at least one already existing member of the team. + members = [ + grahamc + ]; + scope = "Group registration for packages maintained by Determinate Systems."; + }; + freedesktop = { members = [ jtojnar worldofpeace ]; scope = "Maintain Freedesktop.org packages for graphical desktop."; From 777286310b5671ecfd17e43068301bf8ec391f1e Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 19 Apr 2021 17:58:12 -0400 Subject: [PATCH 2/2] teams: add cole-h to the determinatesystems team --- maintainers/team-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index f4a21c95eb0..cb30b2e0138 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -59,6 +59,7 @@ with lib.maintainers; { determinatesystems = { # Verify additions to this team with at least one already existing member of the team. members = [ + cole-h grahamc ]; scope = "Group registration for packages maintained by Determinate Systems.";