Skip to content

Commit 3963097

Browse files
committed
Correct .gitmodules
Use proper URLs as given by Github. So far we relied on redirect by Github which is not guaranteed to work.
1 parent 5b838c5 commit 3963097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url = https://github.com/rust-lang/jemalloc.git
1414
[submodule "src/rust-installer"]
1515
path = src/rust-installer
16-
url = https://github.com/rust-lang/rust-installer
16+
url = https://github.com/rust-lang/rust-installer.git
1717
[submodule "src/liblibc"]
1818
path = src/liblibc
19-
url = https://github.com/rust-lang/libc
19+
url = https://github.com/rust-lang-nursery/libc.git

0 commit comments

Comments
 (0)