mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 20:01:19 +01:00
Correct .gitmodules
Use proper URLs as given by Github. So far we relied on redirect by Github which is not guaranteed to work.
This commit is contained in:
parent
5b838c586c
commit
39630970d7
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -13,7 +13,7 @@
|
||||
url = https://github.com/rust-lang/jemalloc.git
|
||||
[submodule "src/rust-installer"]
|
||||
path = src/rust-installer
|
||||
url = https://github.com/rust-lang/rust-installer
|
||||
url = https://github.com/rust-lang/rust-installer.git
|
||||
[submodule "src/liblibc"]
|
||||
path = src/liblibc
|
||||
url = https://github.com/rust-lang/libc
|
||||
url = https://github.com/rust-lang-nursery/libc.git
|
||||
|
Loading…
Reference in New Issue
Block a user