Skip to content

Commit a499ab1

Browse files
committed
Update toolstate maintainers
This updates the toolstate maintainers to more closely match who is still active. I am adding myself to ensure these get resolved if they break, since otherwise it causes other problems.
1 parent 77d36c7 commit a499ab1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tools/publish_toolstate.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
# These should be collaborators of the rust-lang/rust repository (with at least
3131
# read privileges on it). CI will fail otherwise.
3232
MAINTAINERS = {
33-
"book": {"carols10cents"},
34-
"nomicon": {"frewsxcv", "Gankra", "JohnTitor"},
35-
"reference": {"Havvy", "matthewjasper", "ehuss"},
36-
"rust-by-example": {"marioidival"},
37-
"embedded-book": {"adamgreig", "andre-richter", "jamesmunns", "therealprof"},
33+
"book": {"ehuss", "chriskrycho", "carols10cents"},
34+
"nomicon": {"ehuss", "JohnTitor"},
35+
"reference": {"ehuss"},
36+
"rust-by-example": {"ehuss", "marioidival"},
37+
"embedded-book": {"ehuss", "adamgreig", "andre-richter", "jamesmunns", "therealprof"},
3838
"edition-guide": {"ehuss"},
3939
}
4040

0 commit comments

Comments
 (0)