about summary refs log tree commit diff
path: root/src/tools/publish_toolstate.py
diff options
context:
space:
mode:
authorJane Lusby <jlusby@yaah.dev>2019-08-28 20:28:42 -0700
committerJane Lusby <jlusby@yaah.dev>2019-09-03 10:08:02 -0700
commit925a766bc0d34f8808e9902c47bea54b09540774 (patch)
tree0b5e649271eec1741f33ccd7843cad0f50a61696 /src/tools/publish_toolstate.py
parent9af17757be1cc3f672928ecf06c40a662c5ec26d (diff)
downloadrust-925a766bc0d34f8808e9902c47bea54b09540774.tar.gz
rust-925a766bc0d34f8808e9902c47bea54b09540774.zip
Add Yaah to clippy toolstain notification list
Diffstat (limited to 'src/tools/publish_toolstate.py')
-rwxr-xr-xsrc/tools/publish_toolstate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py
index 1411f4c0b05..2e2505b7f02 100755
--- a/src/tools/publish_toolstate.py
+++ b/src/tools/publish_toolstate.py
@@ -22,7 +22,7 @@ except ImportError:
 # List of people to ping when the status of a tool or a book changed.
 MAINTAINERS = {
     'miri': '@oli-obk @RalfJung @eddyb',
-    'clippy-driver': '@Manishearth @llogiq @mcarton @oli-obk @phansch @flip1995',
+    'clippy-driver': '@Manishearth @llogiq @mcarton @oli-obk @phansch @flip1995 @yaahc',
     'rls': '@Xanewok',
     'rustfmt': '@topecongiro',
     'book': '@carols10cents @steveklabnik',