From 47b9d3564c869ad4c9905b4f71ccd3b438cdf2a4 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 26 Aug 2025 17:53:29 +0200 Subject: [PATCH] wg-rustc-dev-guide.toml: reduce name varieties of the group Either use the repo name or the full name, but not also the third form. Also, it being capitalized made it seem like a formal name, which it's not. --- teams/wg-rustc-dev-guide.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/wg-rustc-dev-guide.toml b/teams/wg-rustc-dev-guide.toml index 50bda2830..484096481 100644 --- a/teams/wg-rustc-dev-guide.toml +++ b/teams/wg-rustc-dev-guide.toml @@ -29,8 +29,8 @@ alumni = [ orgs = ["rust-lang"] [website] -name = "Rustc Dev Guide working area" -description = "Making the compiler easier to learn by maintaining and improving the Rustc Dev Guide" +name = "rustc-dev-guide working area" +description = "Making the compiler easier to learn by maintaining and improving the Rust Compiler Development Guide" repo = "https://forge.rust-lang.org/compiler/working-areas.html" zulip-stream = "t-compiler/rustc-dev-guide"