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:
commit
c6a4ba9791
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue