From 8a8b882a70d7586de943e60aabdd300aff16883b Mon Sep 17 00:00:00 2001
From: Christian Helwig <helwig@vr.rwth-aachen.de>
Date: Fri, 5 Jul 2024 10:06:48 +0200
Subject: [PATCH] Changed cluster remote from ssh to https

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 5c65a6f..326f432 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,7 +4,7 @@
 	branch = dev/5.4
 [submodule "Plugins/rwth-vr-cluster-plugin"]
 	path = Plugins/rwth-vr-cluster-plugin
-	url = git@git-ce.rwth-aachen.de:vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git
+	url = https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git
 	branch = dev/5.4
 [submodule "Plugins/UnrealDTrackPlugin"]
 	path = Plugins/UnrealDTrackPlugin
-- 
GitLab