From 57072757f222859dfad2e82216dadfe6884461fc Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Mon, 4 Jun 2018 15:39:21 +0200
Subject: [PATCH] Switch to repositories on submodules which comply with our
 filters in CI network configuration

---
 .gitmodules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 1733ea4f..ccdc3e4d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,16 +3,16 @@
 	url = https://gitlab.tiker.net/inducer/loopy.git
 [submodule "python/ufl"]
 	path = python/ufl
-	url = https://bitbucket.org/fenics-project/ufl.git
+	url = https://gitlab.dune-project.org/dominic/ufl.git
 [submodule "python/pymbolic"]
 	path = python/pymbolic
-	url = https://github.com/inducer/pymbolic.git
+	url = https://gitlab.tiker.net/inducer/pymbolic.git
 [submodule "python/cgen"]
 	path = python/cgen
-	url = https://github.com/inducer/cgen.git
+	url = https://gitlab.tiker.net/inducer/cgen.git
 [submodule "dune/perftool/vectorclass"]
 	path = dune/perftool/vectorclass
-	url = https://github.com/darealshinji/vectorclass.git
+	url = https://gitlab.dune-project.org/dominic/vectorclass.git
 [submodule "python/pytools"]
 	path = python/pytools
-	url = https://github.com/inducer/pytools.git
+	url = https://gitlab.tiker.net/inducer/pytools.git
-- 
GitLab