about summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-13 21:28:26 -0400
committerGitHub <noreply@github.com>2023-08-13 21:28:26 -0400
commit81b970640e56a5c07a336d2c05018b0c9bf57a51 (patch)
tree6020a7bc96bb72814bf0eb589cecc0e7c6ea77fc /maintainers/team-list.nix
parenta262231ccac4edfe56e64a16ff401fc0be9ca22b (diff)
parentd4884873364b23f67a97cc69c75adb210674040b (diff)
Merge pull request #248252 from figsoda/zig-team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 5e3a01412ee8a..7d6df479d6edd 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -892,4 +892,14 @@ with lib.maintainers; {
     shortName = "Xfce";
     enableFeatureFreezePing = true;
   };
+
+  zig = {
+    members = [
+      AndersonTorres
+      figsoda
+    ];
+    scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
+    shortName = "Zig";
+    enableFeatureFreezePing = true;
+  };
 }