diff options
author | Ying Ruei Liang (KK) <thumbd03803@gmail.com> | 2015-12-18 17:35:01 +0800 |
---|---|---|
committer | Ying Ruei Liang (KK) <thumbd03803@gmail.com> | 2015-12-18 17:35:01 +0800 |
commit | 3673eb319c9d6674d257cd13ca702d606d053e57 (patch) | |
tree | 3811e2e36891332c669186e11930fbec0e2f9ff8 | |
parent | b61b273ad7ed9b6b27170f3726be79b527198788 (diff) | |
download | binaryen-3673eb319c9d6674d257cd13ca702d606d053e57.tar.gz binaryen-3673eb319c9d6674d257cd13ca702d606d053e57.tar.bz2 binaryen-3673eb319c9d6674d257cd13ca702d606d053e57.zip |
Use https for url to prevent permission problem
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 59efaad30..0d0d49215 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "test/spec"] path = test/spec - url = git@github.com:WebAssembly/testsuite.git + url = https://github.com/WebAssembly/testsuite.git [submodule "test/experimental"] path = test/experimental - url = git@github.com:WebAssembly/experimental.git + url = https://github.com/WebAssembly/experimental.git |