From 3dfed70eb110bec597f9a40e81b3267ef355a94b Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 15 Jul 2020 08:25:52 +0200 Subject: [PATCH] :poop: Use HTTPS rather than SSH to clone nk20-scripts (may be reverted later) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 94cf1be6..925f7178 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "apps/scripts"] path = apps/scripts - url = git@gitlab.crans.org:bde/nk20-scripts.git + url = https://gitlab.crans.org/bde/nk20-scripts.git