summaryrefslogtreecommitdiffstats
path: root/teams/wg-governance.toml
blob: 2d64430338093aa9124d479e17b8a495c101bd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "wg-governance"
subteam-of = "core"
wg = true

[people]
leads = ["skade"]
members = [
    "skade",
    "gnunicorn",
    "nellshamrell",
    "nikomatsakis",
    "Manishearth",
    "XAMPPRocky",
]

[[lists]]
address = "governance@rust-lang.org"
extra-people = []

[website]
name = "Governance Working Group"
description = "Working on improving Rust Governance"
repo = "https://github.com/rust-lang/wg-governance"