diff options
| author | Eric Huss <eric@huss.org> | 2022-08-20 22:11:27 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-08-20 22:11:27 -0700 |
| commit | 45e2fc3d4fd948441806f273bf34218fced0ad07 (patch) | |
| tree | b46ceaa27c15636135aa022cba98f338a799b288 /src/tools/publish_toolstate.py | |
| parent | 3b1b35bf03bafc9df9b854ac1bf83af671483aa3 (diff) | |
| download | rust-45e2fc3d4fd948441806f273bf34218fced0ad07.tar.gz rust-45e2fc3d4fd948441806f273bf34218fced0ad07.zip | |
Remove Steve from toolstate failure notices.
They have not been involved in a while.
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index e609d7bf92f..1c57b731aaa 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -32,12 +32,12 @@ except ImportError: MAINTAINERS = { 'miri': {'oli-obk', 'RalfJung'}, 'rls': {'Xanewok'}, - 'book': {'carols10cents', 'steveklabnik'}, + 'book': {'carols10cents'}, 'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'}, - 'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'}, - 'rust-by-example': {'steveklabnik', 'marioidival'}, + 'reference': {'Havvy', 'matthewjasper', 'ehuss'}, + 'rust-by-example': {'marioidival'}, 'embedded-book': {'adamgreig', 'andre-richter', 'jamesmunns', 'therealprof'}, - 'edition-guide': {'ehuss', 'steveklabnik'}, + 'edition-guide': {'ehuss'}, 'rustc-dev-guide': {'spastorino', 'amanjeev', 'JohnTitor'}, } |
