Skip to content

Commit af8c33d

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 af8c33d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: src/tools/publish_toolstate.py

+11-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
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": {
38+
"ehuss",
39+
"adamgreig",
40+
"andre-richter",
41+
"jamesmunns",
42+
"therealprof",
43+
},
3844
"edition-guide": {"ehuss"},
3945
}
4046

0 commit comments

Comments
 (0)