From 45e4fd54f134ba36427f76a392a6d22e6d5f1b29 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/rustc-dev-guide.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/rustc-dev-guide.toml b/teams/rustc-dev-guide.toml index e429dca8c..b36959b93 100644 --- a/teams/rustc-dev-guide.toml +++ b/teams/rustc-dev-guide.toml @@ -34,8 +34,8 @@ bors.rust.review = true 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"