From 6f094d16cbf448820bd6ac52a62b11d752b45e55 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 17 Jul 2024 12:28:29 -0300 Subject: [PATCH] teams: populate swift.members --- maintainers/team-list.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index a645038be7b1..5497412aa2b6 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -952,7 +952,12 @@ with lib.maintainers; }; swift = { - members = [ ]; + members = [ + dduan + stephank + trepetti + trundle + ]; scope = "Maintain Swift compiler suite for NixOS."; shortName = "Swift"; };