]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/publish_toolstate.py
Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum
[rust.git] / src / tools / publish_toolstate.py
index 04a1d257bc094e317e036da965987159ee5be842..fe5195738c10abd6d83554011b3214a42c51af8e 100755 (executable)
@@ -30,7 +30,7 @@ except ImportError:
 # These should be collaborators of the rust-lang/rust repository (with at least
 # read privileges on it). CI will fail otherwise.
 MAINTAINERS = {
-    'miri': {'oli-obk', 'RalfJung', 'eddyb'},
+    'miri': {'oli-obk', 'RalfJung'},
     'rls': {'Xanewok'},
     'rustfmt': {'topecongiro', 'calebcartwright'},
     'book': {'carols10cents', 'steveklabnik'},