From a1c679ed01eb6ff0760ca8801d7f76153df26c07 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 11 Sep 2023 17:38:52 -0300 Subject: [PATCH] Remove me from groups that I am inactive --- teams/icebreakers-llvm.toml | 1 - teams/wg-async.toml | 2 +- teams/wg-incr-comp.toml | 4 ++-- teams/wg-mir-opt.toml | 3 ++- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/teams/icebreakers-llvm.toml b/teams/icebreakers-llvm.toml index 442d68be9..61c81a101 100644 --- a/teams/icebreakers-llvm.toml +++ b/teams/icebreakers-llvm.toml @@ -19,7 +19,6 @@ members = [ "nikic", "Noah-Kennedy", "SiavoshZarrasvand", - "spastorino", "vertexclique", "higuoxing", "DianQK", diff --git a/teams/wg-async.toml b/teams/wg-async.toml index 52a4ff3fa..f4352a9ef 100644 --- a/teams/wg-async.toml +++ b/teams/wg-async.toml @@ -11,7 +11,6 @@ members = [ "nikomatsakis", "nrc", "pnkfelix", - "spastorino", "taiki-e", "tmandry", "vincenzopalazzo", @@ -31,6 +30,7 @@ alumni = [ "lbernick", "nellshamrell", "rylev", + "spastorino", "withoutboats", "zeenix", ] diff --git a/teams/wg-incr-comp.toml b/teams/wg-incr-comp.toml index 5fb5d7843..ac37f4f77 100644 --- a/teams/wg-incr-comp.toml +++ b/teams/wg-incr-comp.toml @@ -4,8 +4,8 @@ kind = "working-group" [people] leads = ["pnkfelix", "wesleywiser"] -members = ["davidtwco", "pnkfelix", "spastorino", "wesleywiser", "michaelwoerister", "Aaron1011", "cjgillot"] -alumni = ["pierwill"] +members = ["davidtwco", "pnkfelix", "wesleywiser", "michaelwoerister", "Aaron1011", "cjgillot"] +alumni = ["pierwill", "spastorino"] [[github]] orgs = ["rust-lang"] diff --git a/teams/wg-mir-opt.toml b/teams/wg-mir-opt.toml index 7025e0793..30c8fcd32 100644 --- a/teams/wg-mir-opt.toml +++ b/teams/wg-mir-opt.toml @@ -4,7 +4,8 @@ kind = "working-group" [people] leads = ["oli-obk"] -members = ["oli-obk", "spastorino", "eddyb", "davidtwco", "wesleywiser", "vertexclique", "JakobDegen"] +members = ["oli-obk", "eddyb", "davidtwco", "wesleywiser", "vertexclique", "JakobDegen"] +alumni = ["spastorino"] [[github]] orgs = ["rust-lang"]