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

[people]
leads = ["skade"]
members = [
    "skade",
    "gnunicorn",
    "nellshamrell",
    "mgattozzi",
    "arshiamufti",
    "nikomatsakis",
    "jonathandturner",
    "Manishearth",
]

[[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"