summaryrefslogtreecommitdiffstats
path: root/teams/mods.toml
blob: 07e8ded1bb2732cc5fe857de0a2e8faee06b92cd (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",
    "pnkfelix",
    "niconii",
    "llogiq",
    "matthieu-m",
]

[website]
name = "Moderation team"
description = "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
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"
]