From 006574df0350bfd03bfe37604d355d4ec8fefc6b Mon Sep 17 00:00:00 2001 From: Christoph Lienhard Date: Wed, 2 Feb 2022 15:09:07 +0100 Subject: [PATCH] Use https link for submodule in order to make submodule handling possible via public repos. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1f23435..59ee089 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "candymat-user-app"] path = kandimat-user-app - url = git@git.verdigado.com:NB-Public/kandimat-user-app.git + url = https://git.verdigado.com/NB-Public/kandimat.git branch = main