about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-01-23 09:30:44 -0800
committerEric Huss <eric@huss.org>2025-01-23 09:55:21 -0800
commitaf8c33d701db1e5afd5bfaacc787cefe075d9905 (patch)
tree6f970b75b4804b88692e6f3ea36cdf7f71cabd18
parent77d36c7d44c85de78aa3041d3b6905740f3214df (diff)
downloadrust-af8c33d701db1e5afd5bfaacc787cefe075d9905.tar.gz
rust-af8c33d701db1e5afd5bfaacc787cefe075d9905.zip
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.
-rwxr-xr-xsrc/tools/publish_toolstate.py16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py
index 5ba2c6b17c5..3688513987d 100755
--- a/src/tools/publish_toolstate.py
+++ b/src/tools/publish_toolstate.py
@@ -30,11 +30,17 @@ except ImportError:
 # These should be collaborators of the rust-lang/rust repository (with at least
 # read privileges on it). CI will fail otherwise.
 MAINTAINERS = {
-    "book": {"carols10cents"},
-    "nomicon": {"frewsxcv", "Gankra", "JohnTitor"},
-    "reference": {"Havvy", "matthewjasper", "ehuss"},
-    "rust-by-example": {"marioidival"},
-    "embedded-book": {"adamgreig", "andre-richter", "jamesmunns", "therealprof"},
+    "book": {"ehuss", "chriskrycho", "carols10cents"},
+    "nomicon": {"ehuss", "JohnTitor"},
+    "reference": {"ehuss"},
+    "rust-by-example": {"ehuss", "marioidival"},
+    "embedded-book": {
+        "ehuss",
+        "adamgreig",
+        "andre-richter",
+        "jamesmunns",
+        "therealprof",
+    },
     "edition-guide": {"ehuss"},
 }