From bea777f761025bc08ea95176be15c19bc1b29151 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Fri, 7 Jan 2022 20:30:01 -0600 Subject: [PATCH] Leave the Rustdoc team I don't want to keep up with FCPs and I also don't want to block them (@Manishearth has suggested a few times that the minimum work required for being a member is "responding to FCPs in a timely manner"). Additionally, I don't want people to assign me on PRs. --- teams/rustdoc.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index f370f875d..599262f45 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -2,11 +2,10 @@ name = "rustdoc" subteam-of = "devtools" [people] -leads = ["GuillaumeGomez", "jyn514",] +leads = ["GuillaumeGomez"] members = [ "GuillaumeGomez", "ollie27", - "jyn514", "Manishearth", "Nemo157", "camelid", @@ -14,6 +13,7 @@ members = [ "jsha", ] alumni = [ + "jyn514", "kinnison", ]