diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-13 03:13:00 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-13 03:13:00 +0900 |
| commit | cabedfebcb1c8bc0ee7977999a95f67e15622de0 (patch) | |
| tree | 972737cbf6340f105d7a82eb182073d344a30950 /src/tools/publish_toolstate.py | |
| parent | f3ab6f05846951bed41d4b0661ac0735aebf3687 (diff) | |
| download | rust-cabedfebcb1c8bc0ee7977999a95f67e15622de0.tar.gz rust-cabedfebcb1c8bc0ee7977999a95f67e15622de0.zip | |
Remove `mark-i-m` from rustc-dev-guide maintainers
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 33613e2dc10..7586f5aa3b5 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -33,7 +33,7 @@ MAINTAINERS = { 'rust-by-example': {'steveklabnik', 'marioidival'}, 'embedded-book': {'adamgreig', 'andre-richter', 'jamesmunns', 'therealprof'}, 'edition-guide': {'ehuss', 'steveklabnik'}, - 'rustc-dev-guide': {'mark-i-m', 'spastorino', 'amanjeev', 'JohnTitor'}, + 'rustc-dev-guide': {'spastorino', 'amanjeev', 'JohnTitor'}, } LABELS = { |
