Skip to content

Commit

Permalink
auto merge of #5800 : vivekgalatage/rust/master, r=bstrie
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Apr 9, 2013
2 parents 30dbbe1 + f9f8a3e commit c6a4ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c6a4ba9

Please sign in to comment.