From 9e917730f11e744a13780c8c0388026b4c98b0f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Tue, 9 Jun 2020 10:39:08 +0200
Subject: [PATCH] rename src/ulocollect -> ulo-storage-collect

---
 .gitmodules             | 4 ++--
 src/ulo-storage-collect | 1 +
 src/ulocollect          | 1 -
 3 files changed, 3 insertions(+), 3 deletions(-)
 create mode 160000 src/ulo-storage-collect
 delete mode 160000 src/ulocollect

diff --git a/.gitmodules b/.gitmodules
index 18db3a4..2f39a94 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,5 +11,5 @@
 	path = experimental/ulo/ulo-owl
 	url = git@gl.mathhub.info:ulo/ulo.git
 [submodule "src/ulocollect"]
-	path = src/ulocollect
-	url = git@gitlab.cs.fau.de:kissen/ulocollect.git
+	path = src/ulo-storage-collect
+	url = git@gitlab.cs.fau.de:kissen/ulo-storage-collect.git
diff --git a/src/ulo-storage-collect b/src/ulo-storage-collect
new file mode 160000
index 0000000..be27cc0
--- /dev/null
+++ b/src/ulo-storage-collect
@@ -0,0 +1 @@
+Subproject commit be27cc079dbb9865966632cd28a41c692d50b1c9
diff --git a/src/ulocollect b/src/ulocollect
deleted file mode 160000
index 466e163..0000000
--- a/src/ulocollect
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 466e16319448bb2a70654c07a80666789eee5430
-- 
GitLab