Skip to content

Commit cdc6898

Browse files
committed
Update submodules to rust-lang
1 parent 8bf1758 commit cdc6898

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)