diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 975a1e2c42c9..831ed3ffeb19 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; + }; }