From 58aaac16796efc1f3d06e9df2a27ade404440542 Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Wed, 19 Feb 2020 10:12:07 +0100 Subject: [PATCH] Update URL of submodule to use HTTPS instead of Git protocol (#4) To overcome corporate/enterprise firewall issues on build time of Spilo. Fixes zalando/spilo#384 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 713194a..a4549b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "jsmn"] path = jsmn - url = git://github.com/zserge/jsmn.git + url = https://github.com/zserge/jsmn.git