From df30f156ccefa75275753be6032e824672b2ea74 Mon Sep 17 00:00:00 2001 From: Johnnie Birch <45402135+jlb6740@users.noreply.github.com> Date: Tue, 2 Apr 2019 13:50:34 -0700 Subject: [PATCH] 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. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a96c0c1..6439e6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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