summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
Diffstat (limited to 'teams')
-rw-r--r--teams/compiler-contributors.toml1
-rw-r--r--teams/crates-io.toml1
-rw-r--r--teams/rust-by-example.toml3
-rw-r--r--teams/wg-learning.toml5
-rw-r--r--teams/wg-secure-code.toml3
5 files changed, 11 insertions, 2 deletions
diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml
index 0383030..4c6c673 100644
--- a/teams/compiler-contributors.toml
+++ b/teams/compiler-contributors.toml
@@ -26,6 +26,7 @@ bors.rust.review = true
[github]
orgs = ["rust-lang", "rust-lang-nursery"]
+extra-teams = ["compiler"]
[website]
name = "Compiler team contributors"
diff --git a/teams/crates-io.toml b/teams/crates-io.toml
index 959881e..e98ad6f 100644
--- a/teams/crates-io.toml
+++ b/teams/crates-io.toml
@@ -14,6 +14,7 @@ members = [
"pietroalbini",
"locks",
"Turbo87",
+ "smarnach",
]
[github]
diff --git a/teams/rust-by-example.toml b/teams/rust-by-example.toml
index 247ea64..8db3864 100644
--- a/teams/rust-by-example.toml
+++ b/teams/rust-by-example.toml
@@ -8,6 +8,9 @@ members = [
"marioidival",
]
+[github]
+orgs = ["rust-lang"]
+
[website]
name = "Rust by Example team"
description = "maintaining and updating Rust By Example"
diff --git a/teams/wg-learning.toml b/teams/wg-learning.toml
index 91435d1..37913a6 100644
--- a/teams/wg-learning.toml
+++ b/teams/wg-learning.toml
@@ -4,7 +4,10 @@ wg = true
[people]
leads = ["nikomatsakis", "spastorino"]
-members = ["nikomatsakis", "spastorino"]
+members = ["nikomatsakis", "spastorino", "mark-i-m", "amanjeev", "tshepang", "togiberlin", "JohnTitor"]
+
+[github]
+orgs = ["rust-lang"]
[website]
name = "Learning"
diff --git a/teams/wg-secure-code.toml b/teams/wg-secure-code.toml
index 046650c..bc0712f 100644
--- a/teams/wg-secure-code.toml
+++ b/teams/wg-secure-code.toml
@@ -6,7 +6,8 @@ leads = ["Shnatsel", "tarcieri"]
members = [
"Shnatsel",
"tarcieri",
- "alex"
+ "alex",
+ "stusmall"
]
[website]