diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml index 693c0b0fd..9a6c7d450 100644 --- a/repos/rust-lang/rust-forge.toml +++ b/repos/rust-lang/rust-forge.toml @@ -21,7 +21,7 @@ edition = "maintain" release = "maintain" rustdoc = "maintain" triagebot = "maintain" -wg-rustc-dev-guide = "maintain" +rustc-dev-guide = "maintain" [[branch-protections]] pattern = "master" diff --git a/repos/rust-lang/rustc-dev-guide.toml b/repos/rust-lang/rustc-dev-guide.toml index 36091a502..90635075b 100644 --- a/repos/rust-lang/rustc-dev-guide.toml +++ b/repos/rust-lang/rustc-dev-guide.toml @@ -16,7 +16,7 @@ libs-api = "write" libs-contributors = "write" rustdoc = "write" rustdoc-frontend = "write" -wg-rustc-dev-guide = "maintain" +rustc-dev-guide = "maintain" [[branch-protections]] pattern = "master" diff --git a/repos/rust-lang/std-dev-guide.toml b/repos/rust-lang/std-dev-guide.toml index 535b28d44..b6b5570e3 100644 --- a/repos/rust-lang/std-dev-guide.toml +++ b/repos/rust-lang/std-dev-guide.toml @@ -8,7 +8,7 @@ bots = ["rustbot"] libs-contributors = "write" libs-api = "write" libs = "maintain" -wg-rustc-dev-guide = "write" +rustc-dev-guide = "write" [[branch-protections]] pattern = "master" diff --git a/teams/wg-rustc-dev-guide.toml b/teams/rustc-dev-guide.toml similarity index 90% rename from teams/wg-rustc-dev-guide.toml rename to teams/rustc-dev-guide.toml index ee18f89ac..673bd1bb7 100644 --- a/teams/wg-rustc-dev-guide.toml +++ b/teams/rustc-dev-guide.toml @@ -1,6 +1,5 @@ -name = "wg-rustc-dev-guide" +name = "rustc-dev-guide" subteam-of = "compiler" -kind = "working-group" [people] leads = ["BoxyUwU", "tshepang"] @@ -39,4 +38,4 @@ repo = "https://forge.rust-lang.org/compiler/working-areas.html" zulip-stream = "t-compiler/rustc-dev-guide" [[zulip-groups]] -name = "WG-rustc-dev-guide" +name = "T-rustc-dev-guide"