1
Fork 0

Add edition-guide to toolstate.

Also, add me to reference, alercah has taken a step back from involvement.
This commit is contained in:
Eric Huss 2019-03-28 10:23:15 -07:00
parent 5113e73e81
commit 7a5c82d579

View file

@ -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',
}