diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2019-04-17 22:07:13 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-17 22:07:13 +1200 |
| commit | dbbf87583b24284af95425d2dccb6236440d86b0 (patch) | |
| tree | 7168d33ab05dc68a43eeb785c9026e05650807a2 | |
| parent | e4e032a0ae82d7db4f99872ff98626af2941c4a5 (diff) | |
| download | rust-nrc-patch-1.tar.gz | |
Remove nrc from toolstate pingsnrc-patch-1
| -rwxr-xr-x | src/tools/publish_toolstate.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 93d7aa5c1ec..7d359fdcaca 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -16,8 +16,8 @@ except ImportError: MAINTAINERS = { 'miri': '@oli-obk @RalfJung @eddyb', 'clippy-driver': '@Manishearth @llogiq @mcarton @oli-obk @phansch', - 'rls': '@nrc @Xanewok', - 'rustfmt': '@nrc @topecongiro', + 'rls': '@Xanewok', + 'rustfmt': '@topecongiro', 'book': '@carols10cents @steveklabnik', 'nomicon': '@frewsxcv @Gankro', 'reference': '@steveklabnik @Havvy @matthewjasper @ehuss', |
