From 594ab532ef8240bc27fc9187dbe5f299d55e71c1 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 23 Oct 2019 13:20:01 -0700 Subject: Make the security team a WG --- teams/security.toml | 23 ----------------------- teams/wg-security.toml | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 teams/security.toml create mode 100644 teams/wg-security.toml diff --git a/teams/security.toml b/teams/security.toml deleted file mode 100644 index 2a282cb..0000000 --- a/teams/security.toml +++ /dev/null @@ -1,23 +0,0 @@ -name = "security" - -[people] -leads = [] -members = [ - "alexcrichton", - "cuviper", - "nikomatsakis", - "pietroalbini", - "steveklabnik", -] - -[github] -orgs = ["rust-lang"] - -[website] -name = "Security team" -description = "Triaging and responding to incoming vulnerability reports" -email = "security@rust-lang.org" -repo = "https://github.com/rust-lang/security-team" - -[[lists]] -address = "security@rust-lang.org" diff --git a/teams/wg-security.toml b/teams/wg-security.toml new file mode 100644 index 0000000..7c6fc6d --- /dev/null +++ b/teams/wg-security.toml @@ -0,0 +1,24 @@ +name = "wg-security" +wg = true + +[people] +leads = [] +members = [ + "alexcrichton", + "cuviper", + "nikomatsakis", + "pietroalbini", + "steveklabnik", +] + +[github] +orgs = ["rust-lang"] + +[website] +name = "Security team" +description = "Triaging and responding to incoming vulnerability reports" +email = "security@rust-lang.org" +repo = "https://github.com/rust-lang/security-team" + +[[lists]] +address = "security@rust-lang.org" -- cgit v1.2.3