diff --git a/teams/archive/devtools-peers.toml b/teams/archive/devtools-peers.toml index 2e984e6c4..73ee0c2c8 100644 --- a/teams/archive/devtools-peers.toml +++ b/teams/archive/devtools-peers.toml @@ -1,10 +1,21 @@ name = "devtools-peers" +subteam-of = "devtools" [people] leads = [] members = [] alumni = [ + "alexcrichton", + "emilio", + "fitzgen", + "GuillaumeGomez", + "llogiq", + "Manishearth", + "matklad", + "oli-obk", "QuietMisdreavus", + "steveklabnik", + "tromey", ] [website] diff --git a/teams/cargo.toml b/teams/cargo.toml index ca87b3aab..912558c19 100644 --- a/teams/cargo.toml +++ b/teams/cargo.toml @@ -20,6 +20,7 @@ alumni = [ "wycats", "withoutboats", "matklad", + "carols10cents", ] [permissions] diff --git a/teams/devtools.toml b/teams/devtools.toml index 31ebb36e7..6ac330677 100644 --- a/teams/devtools.toml +++ b/teams/devtools.toml @@ -3,7 +3,24 @@ name = "devtools" [people] leads = ["Manishearth"] members = ["Manishearth", "GuillaumeGomez", "oli-obk", "rbtcollins", "ehuss", "calebcartwright"] -alumni = ["alexcrichton", "brson", "nrc", "killercup", "Xanewok", "kinnison", "fitzgen"] +alumni = [ + "alexcrichton", + "brson", + "carols10cents", + "dwijnand", + "fitzgen", + "japaric", + "killercup", + "kinnison", + "matklad", + "michaelwoerister", + "nrc", + "sophiajt", + "steveklabnik", + "withoutboats", + "wycats", + "Xanewok", +] [rfcbot] label = "T-dev-tools" diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index cc08ff11c..cae65825e 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -18,6 +18,8 @@ alumni = [ "ollie27", "CraftSpider", "QuietMisdreavus", + "onur", + "steveklabnik", ] [[github]] diff --git a/teams/rustup.toml b/teams/rustup.toml index 93004b22f..bcbd1f8f0 100644 --- a/teams/rustup.toml +++ b/teams/rustup.toml @@ -15,6 +15,7 @@ alumni = [ "nrc", "kinnison", "hi-rustin", + "dwijnand", ] [website]