about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-01-26 06:37:22 +0900
committerGitHub <noreply@github.com>2020-01-26 06:37:22 +0900
commit7beac65eb64e494044fe0342bcde9e03adb0bfca (patch)
tree2e64d0a30d84fb49c7d2db21adb78e702ee2595f
parent424e15ae54388b70b30a3a0941d024e4b990f4dc (diff)
parentcdc6898a900014792649c557a97668236dd0d1fd (diff)
downloadrust-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--.gitmodules6
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