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

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

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