From 01351c89a19d3bb0abe671d7801b96fb77c79239 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 8 Mar 2022 09:06:15 -0800 Subject: [PATCH 1/2] Remove myself from the Cargo team Lately I don't have quite the time I used to have to dedicate to Cargo and I'm also lacking much of my prior enthusiasm, so I'm going to be stepping down from the Cargo team. While I was here I figured I'd also update the extra repos that I have permission to review and remove myself there as well, I haven't looked at those in quite some time so it's probably good to clean that up as well. --- people/alexcrichton.toml | 4 ---- teams/cargo.toml | 1 - 2 files changed, 5 deletions(-) diff --git a/people/alexcrichton.toml b/people/alexcrichton.toml index 0e043270a..f8b07b36d 100644 --- a/people/alexcrichton.toml +++ b/people/alexcrichton.toml @@ -3,7 +3,3 @@ github = "alexcrichton" github-id = 64996 irc = "acrichto" email = "alex@alexcrichton.com" - -[permissions] -bors.rustup-rs.review = true -bors.compiler-builtins.review = true diff --git a/teams/cargo.toml b/teams/cargo.toml index 39439d6bc..fd53a82d8 100644 --- a/teams/cargo.toml +++ b/teams/cargo.toml @@ -4,7 +4,6 @@ subteam-of = "devtools" [people] leads = ["ehuss"] members = [ - "alexcrichton", "Eh2406", "ehuss", "joshtriplett", From 941077cf42f3d34b4a8683394e3e573624859962 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 8 Mar 2022 09:19:25 -0800 Subject: [PATCH 2/2] Add myself to alumni --- teams/cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/teams/cargo.toml b/teams/cargo.toml index fd53a82d8..e9799c2d6 100644 --- a/teams/cargo.toml +++ b/teams/cargo.toml @@ -10,6 +10,7 @@ members = [ "weihanglo", ] alumni = [ + "alexcrichton", "nrc", ]