Skip to content

Commit

Permalink
Implement RFC#3595 Moving crates.io under devtools (#1439)
Browse files Browse the repository at this point in the history
This implements [RFC#3595], which entails:

- Moving the crates.io team to be a subteam of devtools
- Removing @carols10cents from Leadership Council

[RFC#3595]: rust-lang/rfcs#3595
  • Loading branch information
carols10cents committed Apr 26, 2024
1 parent 5bcba2c commit 1d5298a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion teams/crates-io.toml
@@ -1,5 +1,5 @@
name = "crates-io"
top-level = true
subteam-of = "devtools"

[people]
leads = ["jtgeibel", "Turbo87"]
Expand Down
1 change: 1 addition & 0 deletions teams/devtools.toml
Expand Up @@ -52,6 +52,7 @@ extra-teams = [
"rustfmt",
"rustup",
"wg-bindgen",
"crates-io",
]
extra-people = ["spacekookie"]

Expand Down
7 changes: 1 addition & 6 deletions teams/leadership-council.toml
Expand Up @@ -3,7 +3,6 @@ name = "leadership-council"
[people]
leads = []
members = [
{ github = "carols10cents", roles = ["council-rep-crates-io"] },
{ github = "eholk", roles = ["council-rep-compiler"] },
{ github = "ehuss", roles = ["council-rep-devtools"] },
{ github = "jackh726", roles = ["council-rep-lang"] },
Expand All @@ -12,7 +11,7 @@ members = [
{ github = "m-ou-se", roles = ["council-rep-libs"] },
{ github = "technetos", roles = ["council-rep-mods"] },
]
alumni = ["khionu", "rylev"]
alumni = ["khionu", "rylev", "carols10cents"]

[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]
Expand All @@ -34,10 +33,6 @@ repo = "https://github.com/rust-lang/leadership-council"
id = "council-rep-compiler"
description = "Compiler team"

[[roles]]
id = "council-rep-crates-io"
description = "Crates.io team"

[[roles]]
id = "council-rep-devtools"
description = "Dev tools team"
Expand Down

0 comments on commit 1d5298a

Please sign in to comment.