From 2364d6f7726dae28be76e24cece9860a0faae07b Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 6 Jan 2025 20:48:44 +0000 Subject: [PATCH] Adopt wg-rust-by-example as a subteam of lang-docs We're working to move things out from under the launching-pad team to more appropriate places. It makes the most sense for the rust-by-example working group to be adopted as a subteam of lang-docs, so let's do that. --- teams/{wg-rust-by-example.toml => rust-by-example.toml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename teams/{wg-rust-by-example.toml => rust-by-example.toml} (69%) diff --git a/teams/wg-rust-by-example.toml b/teams/rust-by-example.toml similarity index 69% rename from teams/wg-rust-by-example.toml rename to teams/rust-by-example.toml index e40cb831c..159512370 100644 --- a/teams/wg-rust-by-example.toml +++ b/teams/rust-by-example.toml @@ -1,6 +1,5 @@ -name = "wg-rust-by-example" -subteam-of = "launching-pad" -kind = "working-group" +name = "rust-by-example" +subteam-of = "lang-docs" [people] leads = ["marioidival"] @@ -16,6 +15,6 @@ alumni = [ orgs = ["rust-lang"] [website] -name = "Rust by Example working group" +name = "Rust by Example team" description = "Maintaining and updating the official Rust by Example book" repo = "https://github.com/rust-lang/rust-by-example"