From 6482835830e8dbf6ade5c6727d9fcabd832ad212 Mon Sep 17 00:00:00 2001
From: Georg <gpetz@users.noreply.github.com>
Date: Fri, 10 Jan 2020 12:57:21 +0100
Subject: [PATCH] switched submodule catalogue from ssh to http

---
 .gitmodules | 2 +-
 catalogue   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index acc7df4..1cfeb3e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "catalogue"]
 	path = catalogue
-	url = ssh://git@labs.onb.ac.at:8022/labs-team/catalogue.git
+	url = http://labs.onb.ac.at/gitlab/labs-team/catalogue.git
diff --git a/catalogue b/catalogue
index b47d8e8..1920fc9 160000
--- a/catalogue
+++ b/catalogue
@@ -1 +1 @@
-Subproject commit b47d8e8a102585f0105e7b3b8232c312462749fd
+Subproject commit 1920fc96bc290a6c48169980783588b30f6b41f3
-- 
GitLab