diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-19 13:10:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 13:10:20 +0100 |
| commit | e99e5fb67d2dd4d8ac581446684586087a89f02a (patch) | |
| tree | 1e659d5ee2e38c2caf1f1578224c0b0c6b801113 /src/tools | |
| parent | b5166b1e854ee07a3cf2cbd55b4658da10447fdc (diff) | |
| parent | d8ea7866fc766c8366ff5d0fc04225270cdf11f6 (diff) | |
| download | rust-e99e5fb67d2dd4d8ac581446684586087a89f02a.tar.gz rust-e99e5fb67d2dd4d8ac581446684586087a89f02a.zip | |
Rollup merge of #66493 - JohnTitor:ping-me-rustc-guide, r=spastorino
Add JohnTitor to rustc-guide toolstate notification list Add JohnTitor to rustc-guide toolstate notification list Also, update org names of some books r? @spastorino
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 4383cd9d5be..61762ae1d9b 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -41,7 +41,7 @@ MAINTAINERS = { 'ryankurte', 'thejpster', 'therealprof', }, 'edition-guide': {'ehuss', 'Centril', 'steveklabnik'}, - 'rustc-guide': {'mark-i-m', 'spastorino', 'amanjeev'}, + 'rustc-guide': {'mark-i-m', 'spastorino', 'amanjeev', 'JohnTitor'}, } REPOS = { @@ -50,11 +50,11 @@ REPOS = { 'rls': 'https://github.com/rust-lang/rls', 'rustfmt': 'https://github.com/rust-lang/rustfmt', 'book': 'https://github.com/rust-lang/book', - 'nomicon': 'https://github.com/rust-lang-nursery/nomicon', - 'reference': 'https://github.com/rust-lang-nursery/reference', + 'nomicon': 'https://github.com/rust-lang/nomicon', + 'reference': 'https://github.com/rust-lang/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', + 'edition-guide': 'https://github.com/rust-lang/edition-guide', 'rustc-guide': 'https://github.com/rust-lang/rustc-guide', } |
