diff options
| author | Kai Noda <nodakai@gmail.com> | 2015-12-26 02:51:04 +0800 |
|---|---|---|
| committer | Kai Noda <nodakai@gmail.com> | 2015-12-26 02:51:04 +0800 |
| commit | 39630970d7bce424b57f604e4751112e0d396fe0 (patch) | |
| tree | 1987a36b8b01ed9ad2c2367c897bd8b9da8d479a | |
| parent | 5b838c586c4da31395d614d9f076430314fa05ff (diff) | |
| download | rust-39630970d7bce424b57f604e4751112e0d396fe0.tar.gz rust-39630970d7bce424b57f604e4751112e0d396fe0.zip | |
Correct .gitmodules
Use proper URLs as given by Github. So far we relied on redirect by Github which is not guaranteed to work.
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 83be070b385..eb033f5401d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |
