summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--people/stusmall.toml4
-rw-r--r--teams/rust-by-example.toml3
-rw-r--r--teams/wg-secure-code.toml3
3 files changed, 9 insertions, 1 deletions
diff --git a/people/stusmall.toml b/people/stusmall.toml
new file mode 100644
index 0000000..38f49f8
--- /dev/null
+++ b/people/stusmall.toml
@@ -0,0 +1,4 @@
+name = 'Stuart Small'
+email = 'stuart.alan.small@gmail.com'
+github = 'stusmall'
+github-id = 1697444
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-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]