From 7a2f1ddcf73a4ce77fdc324615e4c7238cd25f48 Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Wed, 20 Mar 2024 10:49:14 +0100
Subject: [PATCH] change submodule to http url

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

diff --git a/.gitmodules b/.gitmodules
index 2edab0d..0642e0f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
 [submodule "pystencils"]
 	path = pystencils
-	url = git@i10git.cs.fau.de:pycodegen/pystencils.git
+	url = https://i10git.cs.fau.de/pycodegen/pystencils.git
 	branch = backend-rework
-- 
GitLab