From 17643fac76017f617b31dcf9d97fbbda21687535 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 15 Feb 2021 09:52:00 +0100 Subject: [PATCH] Fetch git submodule with https instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3a4aa3a..b5278d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "jsonschema/tests/suite"] path = jsonschema/tests/suite - url = git@github.com:json-schema-org/JSON-Schema-Test-Suite.git + url = https://github.com/json-schema-org/JSON-Schema-Test-Suite.git