mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03: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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user