summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2019-04-17 22:07:13 +1200
committerGitHub <noreply@github.com>2019-04-17 22:07:13 +1200
commitdbbf87583b24284af95425d2dccb6236440d86b0 (patch)
tree7168d33ab05dc68a43eeb785c9026e05650807a2
parente4e032a0ae82d7db4f99872ff98626af2941c4a5 (diff)
downloadrust-nrc-patch-1.tar.gz
Remove nrc from toolstate pingsnrc-patch-1
-rwxr-xr-xsrc/tools/publish_toolstate.py4
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',