summaryrefslogtreecommitdiffstats
path: root/teams/mods.toml
blob: b07fceedae8e64c008ab31ed0c6ad0ba7737222f (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
27
28
29
name = "mods"

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

[rfcbot]
label = "T-moderation"
name = "Moderation"
ping = "rust-lang/moderation"

[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"
include-team-members = false
extra-emails = [
    "rust-mods@googlegroups.com"
]