From 0d0ddf4aa475e94802cf903ef7838a67e9bbbd51 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Fri, 21 Jun 2019 18:34:27 +0200
Subject: [PATCH] set url of submodule to ssh

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

diff --git a/.gitmodules b/.gitmodules
index e17a7c00..f460f717 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "theme"]
 	path = theme
-    url = https://git-r3lab.uni.lu/R3/outreach/theme.git
+    url = ssh://git@git-r3lab-server.uni.lu:8022/R3/outreach/theme.git
-- 
GitLab