From ca71af1817a801db9a108c205bc298250d498c4b Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 14 Mar 2021 10:21:18 +0100 Subject: [PATCH] fix removed path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2f85c0ab3..f61624046 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,10 +6,10 @@ url = https://github.com/MariaDB/mariadb-connector-c.git [submodule "src/proto"] path = src/proto - url = ssh://git@***REMOVED***/~/gradido_protocol + url = https://github.com/gradido/gradido_protocol.git [submodule "dependencies/iroha-ed25519"] path = dependencies/iroha-ed25519 - url = ssh://git@***REMOVED***/~/forks/iroha-ed25519.git + url = https://github.com/gradido/iroha-ed25519.git [submodule "dependencies/spirit-po"] path = dependencies/spirit-po url = https://github.com/cbeck88/spirit-po.git