Skip to content

Commit

Permalink
Backfill other teams of former libs-api members
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 27, 2023
1 parent 5ba4248 commit 8a5a500
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions teams/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [
]
alumni = [
"alexcrichton",
"aturon",
"nrc",
"dwijnand",
"wycats",
Expand Down
1 change: 1 addition & 0 deletions teams/community.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"nellshamrell",
]
alumni = [
"brson",
"shadows-withal",
"ashleygwilliams",
"skade",
Expand Down
4 changes: 4 additions & 0 deletions teams/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ members = [
"rylev",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"huonw",
"nrc",
"carols10cents",
"nikomatsakis",
Expand Down
2 changes: 1 addition & 1 deletion teams/devtools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "devtools"
[people]
leads = ["Manishearth"]
members = ["Manishearth", "GuillaumeGomez", "oli-obk", "rbtcollins", "ehuss", "calebcartwright"]
alumni = ["nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]
alumni = ["alexcrichton", "brson", "nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]

[rfcbot]
label = "T-dev-tools"
Expand Down
3 changes: 3 additions & 0 deletions teams/infra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ members = [
"Kobzol",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"sgrif",
"nellshamrell",
"ashleygwilliams",
Expand Down
2 changes: 2 additions & 0 deletions teams/lang.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ members = [
"tmandry",
]
alumni = [
"aturon",
"huonw",
"Centril",
"cramertj",
"nrc",
Expand Down
1 change: 1 addition & 0 deletions teams/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ members = [
"tmandry",
]
alumni = [
"alexcrichton",
"BatmanAoD",
"Centril",
"sgrif",
Expand Down
1 change: 1 addition & 0 deletions teams/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"rami3l",
]
alumni = [
"alexcrichton",
"nrc",
"kinnison",
"hi-rustin",
Expand Down
3 changes: 3 additions & 0 deletions teams/style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ members = [
"joshtriplett",
"yaahc",
]
alumni = [
"brson",
]

[[github]]
orgs = ["rust-lang"]
Expand Down
1 change: 1 addition & 0 deletions teams/wg-security-response.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [
"Manishearth",
]
alumni = [
"alexcrichton",
"nikomatsakis",
"steveklabnik",
]
Expand Down
2 changes: 2 additions & 0 deletions teams/wg-wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ members = [
]

alumni = [
"alexcrichton",
"ashleygwilliams",
"aturon",
]

[[lists]]
Expand Down

0 comments on commit 8a5a500

Please sign in to comment.