From 02cb9b2f1601af87575c8b7f7d623a9b7fe4faf1 Mon Sep 17 00:00:00 2001 From: Pauls Jakovels Date: Thu, 25 Feb 2021 11:53:52 +0200 Subject: [PATCH] fixed .gitmodules url names --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 87ddbfce6..e41c95e54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ branch = master [submodule "login_server"] path = login_server - url = git@github.com:gradido/gradido_login_server.git + url = https://github.com/gradido/gradido_login_server.git [submodule "community_server"] path = community_server - url = git@github.com:gradido/gradido_community_server.git + url = https://github.com/gradido/gradido_community_server.git