mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
teams: populate swift.members
This commit is contained in:
parent
bbc25fdf93
commit
6f094d16cb
1 changed files with 6 additions and 1 deletions
|
@ -952,7 +952,12 @@ with lib.maintainers;
|
||||||
};
|
};
|
||||||
|
|
||||||
swift = {
|
swift = {
|
||||||
members = [ ];
|
members = [
|
||||||
|
dduan
|
||||||
|
stephank
|
||||||
|
trepetti
|
||||||
|
trundle
|
||||||
|
];
|
||||||
scope = "Maintain Swift compiler suite for NixOS.";
|
scope = "Maintain Swift compiler suite for NixOS.";
|
||||||
shortName = "Swift";
|
shortName = "Swift";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue