about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-03-28 10:23:15 -0700
committerEric Huss <eric@huss.org>2019-03-28 10:23:15 -0700
commit7a5c82d579b9ad80e5ddf0459ab160d2a96079f5 (patch)
treeb41b7c55c585cd01a88791ec7b4523c6ae789d90
parent5113e73e81945ab5bedce96d635845932302afd4 (diff)
downloadrust-7a5c82d579b9ad80e5ddf0459ab160d2a96079f5.tar.gz
rust-7a5c82d579b9ad80e5ddf0459ab160d2a96079f5.zip
Add edition-guide to toolstate.
Also, add me to reference, alercah has taken a step back from involvement.
-rwxr-xr-xsrc/tools/publish_toolstate.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py
index f2a585e6273..93d7aa5c1ec 100755
--- a/src/tools/publish_toolstate.py
+++ b/src/tools/publish_toolstate.py
@@ -20,12 +20,13 @@ MAINTAINERS = {
     'rustfmt': '@nrc @topecongiro',
     'book': '@carols10cents @steveklabnik',
     'nomicon': '@frewsxcv @Gankro',
-    'reference': '@steveklabnik @Havvy @matthewjasper @alercah',
+    'reference': '@steveklabnik @Havvy @matthewjasper @ehuss',
     'rust-by-example': '@steveklabnik @marioidival @projektir',
     'embedded-book': (
         '@adamgreig @andre-richter @jamesmunns @korken89 '
         '@ryankurte @thejpster @therealprof'
     ),
+    'edition-guide': '@ehuss @Centril @steveklabnik',
 }
 
 REPOS = {
@@ -38,6 +39,7 @@ REPOS = {
     'reference': 'https://github.com/rust-lang-nursery/reference',
     'rust-by-example': 'https://github.com/rust-lang/rust-by-example',
     'embedded-book': 'https://github.com/rust-embedded/book',
+    'edition-guide': 'https://github.com/rust-lang-nursery/edition-guide',
 }