rust/.gitmodules
Vivek Galatage f9f8a3e72c Support https protocol for git submodules for rust
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.
2013-04-09 15:45:22 +05:30

7 lines
165 B
Plaintext

[submodule "src/llvm"]
path = src/llvm
url = https://github.com/brson/llvm.git
[submodule "src/libuv"]
path = src/libuv
url = https://github.com/brson/libuv.git