Update miri links

Miri has been moved to `rust-lang` a couple of days ago.
This commit is contained in:
Philipp Hansch 2019-02-21 19:26:45 +01:00
parent fd42f24b01
commit 4867a8c4fa
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ it can be found [here][rctd].
Currently building Rust will also build the following external projects:
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
* [miri](https://github.com/solson/miri)
* [miri](https://github.com/rust-lang/miri)
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
* [rls](https://github.com/rust-lang-nursery/rls/)

View File

@ -25,7 +25,7 @@ MAINTAINERS = {
}
REPOS = {
'miri': 'https://github.com/solson/miri',
'miri': 'https://github.com/rust-lang/miri',
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
'rls': 'https://github.com/rust-lang/rls',
'rustfmt': 'https://github.com/rust-lang/rustfmt',