From c046547a6d7b41fbd9387498b37d2f41bb93c1b7 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 16 Mar 2024 08:04:42 -0700 Subject: [PATCH] Retire wg-grammar --- repos/{ => archive}/rust-lang/wg-grammar.toml | 1 - teams/{ => archive}/wg-grammar.toml | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) rename repos/{ => archive}/rust-lang/wg-grammar.toml (88%) rename teams/{ => archive}/wg-grammar.toml (92%) diff --git a/repos/rust-lang/wg-grammar.toml b/repos/archive/rust-lang/wg-grammar.toml similarity index 88% rename from repos/rust-lang/wg-grammar.toml rename to repos/archive/rust-lang/wg-grammar.toml index edb3b7441..bc806d1d9 100644 --- a/repos/rust-lang/wg-grammar.toml +++ b/repos/archive/rust-lang/wg-grammar.toml @@ -4,4 +4,3 @@ description = "Where the work of WG-grammar, aiming to provide a canonical gramm bots = [] [access.teams] -wg-grammar = "write" diff --git a/teams/wg-grammar.toml b/teams/archive/wg-grammar.toml similarity index 92% rename from teams/wg-grammar.toml rename to teams/archive/wg-grammar.toml index 98da10c6d..aff1f463c 100644 --- a/teams/wg-grammar.toml +++ b/teams/archive/wg-grammar.toml @@ -3,12 +3,11 @@ subteam-of = "lang" kind = "working-group" [people] -leads = ["eddyb"] -members = [ +leads = [] +members = [] +alumni = [ "eddyb", "CAD97", -] -alumni = [ "Centril", "qmx", ]