about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-09 21:34:28 -0400
committerfigsoda <figsoda@pm.me>2023-08-09 22:22:28 -0400
commita8b91a52e5f32ee5c104522025d103a9d1ba58f8 (patch)
tree2098166fba0bcd815b7be0c7359e7287e6d63c60 /maintainers
parentc76615ea4f24b95a66e490e22d2317b63e16b29e (diff)
maintainers/teams: add zig team
Diffstat (limited to 'maintainers')
-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 975a1e2c42c9a..831ed3ffeb191 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -891,4 +891,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;
+  };
 }