From dc63b4ccaff1df140ea5d848ac0cf1a0d0439b63 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 19 Mar 2021 18:24:30 +0100 Subject: [PATCH] try to correct submodules path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b867af34b..60b29abc2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,10 +4,10 @@ branch = master [submodule "mithril_client"] path = community_server/mithril_client - url = git@github.com:gradido/gradido_mithrilJS_client.git + url = https://github.com/gradido/gradido_mithrilJS_client.git [submodule "src/protobuf"] path = community_server/src/protobuf - url = git@github.com:gradido/gradido_protocol.git + url = https://github.com/gradido/gradido_protocol.git [submodule "dependencies/tinf"] path = login_server/dependencies/tinf url = https://github.com/jibsen/tinf.git