From 458c784dda91392b710d36661f440de40fdac316 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Thu, 17 Aug 2023 14:35:28 +0100 Subject: [PATCH] move matklad to alumni :-) I haven't been deeply involved with the project for some time now! I am still there to @matklad at me, ask any questions, do an occasional code review or even submit a small patch here and there, but I'd rather not get notified by `@ing` the team at this point! --- teams/compiler-contributors.toml | 2 +- teams/ides.toml | 2 +- teams/rust-analyzer.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml index 3a52904c2..063422a70 100644 --- a/teams/compiler-contributors.toml +++ b/teams/compiler-contributors.toml @@ -17,7 +17,6 @@ members = [ "flodiebold", "lqd", "Mark-Simulacrum", - "matklad", "Nadrieril", "Nilstrieb", "nikic", @@ -41,6 +40,7 @@ alumni = [ "LeSeulArtichaut", "jonas-schievink", "zackmdavis", + "matklad", ] [permissions] diff --git a/teams/ides.toml b/teams/ides.toml index 738854e49..ab7b9022c 100644 --- a/teams/ides.toml +++ b/teams/ides.toml @@ -8,12 +8,12 @@ members = [ "autozimu", "jasonwilliams", "LucasBullen", - "matklad", "vlad20012", "Xanewok", ] alumni = [ "nrc", + "matklad", ] [[github]] diff --git a/teams/rust-analyzer.toml b/teams/rust-analyzer.toml index b7dcb1f05..69dd8a23a 100644 --- a/teams/rust-analyzer.toml +++ b/teams/rust-analyzer.toml @@ -4,7 +4,6 @@ subteam-of = "compiler" [people] leads = ["Veykril"] members = [ - "matklad", "lnicola", "Veykril", "flodiebold", @@ -16,6 +15,7 @@ alumni = [ "jonas-schievink", "edwin0cheng", "SomeoneToIgnore", + "matklad", ] [website]