Prefer https over ssh url for wasi-sysroot submodule

To avoid some firewall complications https urls are recommend
over ssh:

https://help.github.com/en/articles/which-remote-url-should-i-use

also makes URL type for wasi-sysroot consistent with llvm-project.
pull/17/head
Johnnie Birch 6 years ago committed by Dan Gohman
parent ea0de47d95
commit df30f156cc

2
.gitmodules vendored

@ -3,4 +3,4 @@
url = https://github.com/llvm/llvm-project
[submodule "src/wasi-sysroot"]
path = src/wasi-sysroot
url = git@github.com:CraneStation/wasi-sysroot
url = https://github.com/CraneStation/wasi-sysroot

Loading…
Cancel
Save