summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-07-17 12:28:29 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-07-17 23:34:16 -0300
commit6f094d16cbf448820bd6ac52a62b11d752b45e55 (patch)
tree848451c2d6229d8262c643c77bd52f8162bbb97c
parentteams: create a team for Swift language (diff)
downloadnixpkgs-6f094d16cbf448820bd6ac52a62b11d752b45e55.tar.gz
teams: populate swift.members
-rw-r--r--maintainers/team-list.nix7
1 files changed, 6 insertions, 1 deletions
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";
};