summaryrefslogtreecommitdiffstats
path: root/teams/wg-meta.toml
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
committerDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
commit794b1be4208f5ca7b72f05461c267396d338a00f (patch)
treef61be19a7666bda4eacf7d20ae179bb92c9c2fbe /teams/wg-meta.toml
parentfb38c1d4f6a0c1676c6f6d346879d553cd947ac7 (diff)
Synchronize compiler working groups.
Diffstat (limited to 'teams/wg-meta.toml')
-rw-r--r--teams/wg-meta.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams/wg-meta.toml b/teams/wg-meta.toml
new file mode 100644
index 0000000..53bef8e
--- /dev/null
+++ b/teams/wg-meta.toml
@@ -0,0 +1,12 @@
+name = "wg-meta"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "davidtwco", "spastorino"]
+members = ["nikomatsakis", "davidtwco", "spastorino"]
+
+[website]
+name = "Meta"
+description = "How compiler team organizes itself"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/meta"