Skip to content

Commit e99e5fb

Browse files
authored
Rollup merge of rust-lang#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
2 parents b5166b1 + d8ea786 commit e99e5fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/publish_toolstate.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'ryankurte', 'thejpster', 'therealprof',
4242
},
4343
'edition-guide': {'ehuss', 'Centril', 'steveklabnik'},
44-
'rustc-guide': {'mark-i-m', 'spastorino', 'amanjeev'},
44+
'rustc-guide': {'mark-i-m', 'spastorino', 'amanjeev', 'JohnTitor'},
4545
}
4646

4747
REPOS = {
@@ -50,11 +50,11 @@
5050
'rls': 'https://github.com/rust-lang/rls',
5151
'rustfmt': 'https://github.com/rust-lang/rustfmt',
5252
'book': 'https://github.com/rust-lang/book',
53-
'nomicon': 'https://github.com/rust-lang-nursery/nomicon',
54-
'reference': 'https://github.com/rust-lang-nursery/reference',
53+
'nomicon': 'https://github.com/rust-lang/nomicon',
54+
'reference': 'https://github.com/rust-lang/reference',
5555
'rust-by-example': 'https://github.com/rust-lang/rust-by-example',
5656
'embedded-book': 'https://github.com/rust-embedded/book',
57-
'edition-guide': 'https://github.com/rust-lang-nursery/edition-guide',
57+
'edition-guide': 'https://github.com/rust-lang/edition-guide',
5858
'rustc-guide': 'https://github.com/rust-lang/rustc-guide',
5959
}
6060

0 commit comments

Comments
 (0)