summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcad97 <cad97@cad97.com>2019-05-14 13:23:53 -0400
committercad97 <cad97@cad97.com>2019-05-14 13:29:41 -0400
commit912dc71f9904d4dd4e32f88862aaccf74bbefc31 (patch)
tree3c63742a1d8ff5d725f01e0153090e542d4a9e10
parent212f836160922b975ea2414312cb06a25c7b0b69 (diff)
Add self to wg-grammar
-rw-r--r--people/CAD97.toml3
-rw-r--r--teams/wg-grammar.toml6
2 files changed, 8 insertions, 1 deletions
diff --git a/people/CAD97.toml b/people/CAD97.toml
new file mode 100644
index 0000000..9cdcf7b
--- /dev/null
+++ b/people/CAD97.toml
@@ -0,0 +1,3 @@
+name = "Christopher Durham"
+github = "CAD97"
+email = "cad97@cad97.com"
diff --git a/teams/wg-grammar.toml b/teams/wg-grammar.toml
index 8de830e..75c57c2 100644
--- a/teams/wg-grammar.toml
+++ b/teams/wg-grammar.toml
@@ -4,7 +4,11 @@ wg = true
[people]
leads = ["Centril", "qmx"]
-members = ["Centril", "qmx"]
+members = [
+ "CAD97",
+ "Centril",
+ "qmx",
+]
[website]
name = "Grammar"