Skip to content

Commit 1017073

Browse files
committed
Update team repositories
1 parent 88f31a6 commit 1017073

21 files changed

+21
-0
lines changed

teams/bootstrap.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ name = "Bootstrap team"
2424
description = "Maintaining and improving the build system for rust-lang/rust"
2525
email = "bootstrap@rust-lang.org"
2626
zulip-stream = "t-infra/bootstrap"
27+
repo = "https://github.com/rust-lang/rust"
2728

2829
[[lists]]
2930
address = "bootstrap@rust-lang.org"

teams/cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ping = "rust-lang/cargo"
3535
[website]
3636
name = "Cargo team"
3737
description = "Designing and implementing the official Rust package manager, Cargo"
38+
repo = "https://github.com/rust-lang/cargo"
3839
zulip-stream = "t-cargo"
3940

4041
[[lists]]

teams/clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ orgs = ["rust-lang"]
3939
name = "Clippy team"
4040
description = "Designing and implementing the Clippy linter"
4141
zulip-stream = "clippy"
42+
repo = "https://github.com/rust-lang/rust-clippy"
4243

4344
[[lists]]
4445
address="clippy@rust-lang.org"

teams/community-survey.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ members = [
1313
[website]
1414
name = "Survey team"
1515
description = "Running, analysing, and presenting the community survey"
16+
repo = "https://github.com/rust-lang/surveys"
1617

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

teams/crates-io.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ping = "rust-lang/crates-io"
4040
name = "Crates.io team"
4141
description = "Managing operations, development, and official policies for crates.io"
4242
zulip-stream = "t-crates-io"
43+
repo = "https://github.com/rust-lang/crates.io"
4344

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

teams/docs-rs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ping = "rust-lang/docs-rs"
2929
name = "Docs.rs team"
3030
description = "Docs.rs, the documentation hosting service for crates"
3131
zulip-stream = "t-docs-rs"
32+
repo = "https://github.com/rust-lang/docs.rs"
3233

3334
[[lists]]
3435
address = "docs-rs@rust-lang.org"

teams/infra.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ name = "Infrastructure team"
4343
description = "Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics"
4444
email = "infra@rust-lang.org"
4545
zulip-stream = "t-infra"
46+
repo = "https://github.com/rust-lang/infra-team"
4647

4748
[[lists]]
4849
address = "infra@rust-lang.org"

teams/leadership-council.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ description = "Charged with the success of the Rust Project as whole, consisting
2929
email = "council@rust-lang.org"
3030
zulip-stream = "council"
3131
weight = 1000
32+
repo = "https://github.com/rust-lang/leadership-council"
3233

3334
[[lists]]
3435
address = "council@rust-lang.org"

teams/libs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ page = "library"
3838
name = "Library team"
3939
description = "Managing and maintaining the Rust standard library and official rust-lang crates"
4040
zulip-stream = "t-libs"
41+
repo = "https://github.com/rust-lang/libs-team"
4142

4243
[[lists]]
4344
address = "libs-private@rust-lang.org"

teams/mods.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ page = "moderation"
2525
name = "Moderation team"
2626
description = "Helping uphold the code of conduct and community standards"
2727
email = "rust-mods@rust-lang.org"
28+
repo = "https://github.com/rust-lang/moderation-team"
2829

2930
[[lists]]
3031
address = "rust-mods@rust-lang.org"

0 commit comments

Comments
 (0)