about summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2021-04-19 17:56:55 -0400
committerGraham Christensen <graham@grahamc.com>2021-04-19 18:03:08 -0400
commit705227c558f2a3c28151b72c259a216cbf4fcfa6 (patch)
treedf0ebe405aa9259e67d5e367dabc7e4dde333f07 /maintainers/team-list.nix
parent3f2a3dd3e912c1e81f8d5372414dd8af0e8e4161 (diff)
teams: init determinatesystems
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 39c9b76718730..f4a21c95eb00a 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.";