diff options
| author | Anderson Torres <torres.anderson.85@protonmail.com> | 2024-07-17 12:28:29 -0300 |
|---|---|---|
| committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2024-07-17 23:34:16 -0300 |
| commit | 6f094d16cbf448820bd6ac52a62b11d752b45e55 (patch) | |
| tree | 848451c2d6229d8262c643c77bd52f8162bbb97c | |
| parent | teams: create a team for Swift language (diff) | |
| download | nixpkgs-6f094d16cbf448820bd6ac52a62b11d752b45e55.tar.gz | |
teams: populate swift.members
| -rw-r--r-- | maintainers/team-list.nix | 7 |
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"; }; |
