auto merge of #5800 : vivekgalatage/rust/master, r=bstrie

Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.

Replacing the git protocol with https in order to sync the submodules.
This commit is contained in:
bors 2013-04-09 05:18:59 -07:00
commit c6a4ba9791

4
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "src/llvm"]
path = src/llvm
url = git://github.com/brson/llvm.git
url = https://github.com/brson/llvm.git
[submodule "src/libuv"]
path = src/libuv
url = git://github.com/brson/libuv.git
url = https://github.com/brson/libuv.git