summaryrefslogtreecommitdiffstats
path: root/teams/mods.toml
blob: 94bfaa4961cd4ba419ccb1ea8dc71259e9220ddf (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
26
name = "mods"

[people]
leads = []
members = [
    "mbrubeck",
    "BurntSushi",
    "manishearth",
    "niconii",
    "llogiq",
    "matthieu-m",
]

[website]
page = "moderation"
name = "Moderation team"
description = "helping uphold the code of conduct"
email = "rust-mods@rust-lang.org"

[[lists]]
address = "rust-mods@rust-lang.org"
access-level = "everyone"
include-team-members = false
extra-emails = [
    "rust-mods@googlegroups.com"
]