diff options
| author | Saurabh Anand <saurabhanandiit@gmail.com> | 2013-04-15 22:51:24 +0530 |
|---|---|---|
| committer | Saurabh Anand <saurabhanandiit@gmail.com> | 2013-04-15 22:51:24 +0530 |
| commit | 672ddeac37ba9845de5d525b5a3ea0eeda2e785b (patch) | |
| tree | 5b5c6cf7c8af0c9644f4867a0969210be9979904 | |
| parent | 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346 (diff) | |
| download | rust-672ddeac37ba9845de5d525b5a3ea0eeda2e785b.tar.gz rust-672ddeac37ba9845de5d525b5a3ea0eeda2e785b.zip | |
Modified submodules to use https instead of git for git URL
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4c61c7e409b..52ece628c57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |
