summaryrefslogtreecommitdiffstats
path: root/teams/crates-io.toml
blob: f8ce6afd7d11c3ffb7e661195c0e886afcd7ad43 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name = "crates-io"

[people]
leads = ["ashleygwilliams", "sgrif"]
members = [
    "carols10cents",
    "ashleygwilliams",
    "sgrif",
    "jtgeibel",
    "withoutboats",
    "joshtriplett",
    "ishitatsuyuki",
    "steveklabnik",
    "pietroalbini",
    "locks",
    "Turbo87",
    "smarnach",
]

[github]
orgs = ["rust-lang"]

[rfcbot]
label = "T-crates-io"
name = "Crates.io"
ping = "rust-lang/crates-io"

[website]
name = "Crates.io team"
description = "Management of operations, development, and policies for crates.io."
discord-invite = "https://discord.gg/Rbq8W5K"
discord-name = "#crates-io"

[[lists]]
address = "crates-io@rust-lang.org"

[[lists]]
address = "help@crates.io"
include-team-members = false
extra-people = [
    "carols10cents",
    "ashleygwilliams",
    "sgrif",
    "pietroalbini",
]