From 939b79dd3519368b0c10a5b504c4b6b8c3bd8c9c Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Tue, 30 Jul 2024 08:06:16 -0300 Subject: [PATCH] teams: remove AndersonTorres from zig.members Keeping this will become an unsurmountable nightmare for me in the future. --- maintainers/team-list.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 8ce7e4273feb..7ed03296204c 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -1019,10 +1019,7 @@ with lib.maintainers; }; zig = { - members = [ - AndersonTorres - figsoda - ]; + members = [ figsoda ]; scope = "Maintain the Zig compiler toolchain and nixpkgs integration."; shortName = "Zig"; enableFeatureFreezePing = true;