From 3636e2be6600a20848edccbee0bb0f645ba912ba Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Fri, 15 Jan 2021 11:27:07 +0100 Subject: [PATCH] Modification of references to sub-modules from SSH to HTTPS. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d6544e2..b9a36d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "scalp_firmware"] path = scalp_firmware - url = ssh://git@ssh.hesge.ch:10572/soma/scalp_firmware.git + url = https://gitedu.hesge.ch/soma/scalp_firmware.git [submodule "scalp_pcb"] path = scalp_pcb - url = ssh://git@ssh.hesge.ch:10572/soma/scalp_pcb.git + url = https://gitedu.hesge.ch/soma/scalp_pcb.git [submodule "scalp_board"] path = scalp_board - url = ssh://git@ssh.hesge.ch:10572/soma/scalp_board.git + url = https://gitedu.hesge.ch/soma/scalp_board.git -- GitLab