Skip to content

Commit

Permalink
Merge pull request #861 from m-ou-se/crate-maintainers
Browse files Browse the repository at this point in the history
Add new crate maintainers team.
  • Loading branch information
rylev authored Oct 21, 2022
2 parents c4b93a1 + eac403c commit 3661d5a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
3 changes: 0 additions & 3 deletions people/Amanieu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ github = "Amanieu"
github-id = 278509
email = "[email protected]"
zulip-id = 143274

[permissions]
bors.compiler-builtins.review = true
27 changes: 27 additions & 0 deletions teams/crate-maintainers.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "crate-maintainers"
subteam-of = "libs"

[people]
leads = []
members = [
"Amanieu",
"JohnTitor",
"KodrAus",
"joshtriplett",
"the8472",
"thomcc",
"workingjubilee",
]

[permissions]
bors.libc.review = true
bors.stdarch.review = true
bors.compiler-builtins.review = true

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

[website]
weight = -200
name = "Crate maintainers"
description = "Maintaining official rust-lang crates such as log, libc, cc, and more."
21 changes: 0 additions & 21 deletions teams/libc.toml

This file was deleted.

0 comments on commit 3661d5a

Please sign in to comment.