diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-26 06:37:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-26 06:37:22 +0900 |
| commit | 7beac65eb64e494044fe0342bcde9e03adb0bfca (patch) | |
| tree | 2e64d0a30d84fb49c7d2db21adb78e702ee2595f | |
| parent | 424e15ae54388b70b30a3a0941d024e4b990f4dc (diff) | |
| parent | cdc6898a900014792649c557a97668236dd0d1fd (diff) | |
| download | rust-7beac65eb64e494044fe0342bcde9e03adb0bfca.tar.gz rust-7beac65eb64e494044fe0342bcde9e03adb0bfca.zip | |
Rollup merge of #68534 - JohnTitor:update-remote-url, r=jonas-schievink
Update submodules to rust-lang They're on rust-lang now. Should be green as it's the same change as #65963 but let's make sure CI is green also.
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 62cbbdd9a3a..003e50d0788 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,13 +15,13 @@ url = https://github.com/rust-lang/book.git [submodule "src/tools/rls"] path = src/tools/rls - url = https://github.com/rust-lang-nursery/rls.git + url = https://github.com/rust-lang/rls.git [submodule "src/tools/clippy"] path = src/tools/clippy - url = https://github.com/rust-lang-nursery/rust-clippy.git + url = https://github.com/rust-lang/rust-clippy.git [submodule "src/tools/rustfmt"] path = src/tools/rustfmt - url = https://github.com/rust-lang-nursery/rustfmt.git + url = https://github.com/rust-lang/rustfmt.git [submodule "src/tools/miri"] path = src/tools/miri url = https://github.com/rust-lang/miri.git |
