From a8b91a52e5f32ee5c104522025d103a9d1ba58f8 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 9 Aug 2023 21:34:28 -0400 Subject: [PATCH] maintainers/teams: add zig team --- maintainers/team-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + }; }