Skip to content

Commit 7beac65

Browse files
authored
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.
2 parents 424e15a + cdc6898 commit 7beac65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
url = https://github.com/rust-lang/book.git
1616
[submodule "src/tools/rls"]
1717
path = src/tools/rls
18-
url = https://github.com/rust-lang-nursery/rls.git
18+
url = https://github.com/rust-lang/rls.git
1919
[submodule "src/tools/clippy"]
2020
path = src/tools/clippy
21-
url = https://github.com/rust-lang-nursery/rust-clippy.git
21+
url = https://github.com/rust-lang/rust-clippy.git
2222
[submodule "src/tools/rustfmt"]
2323
path = src/tools/rustfmt
24-
url = https://github.com/rust-lang-nursery/rustfmt.git
24+
url = https://github.com/rust-lang/rustfmt.git
2525
[submodule "src/tools/miri"]
2626
path = src/tools/miri
2727
url = https://github.com/rust-lang/miri.git

0 commit comments

Comments
 (0)