From ae0c1625e8b46bab263f015d2f205e3e52c3985c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 3 Jul 2016 08:35:31 +0100
Subject: [PATCH] Fix req.txt

---
 requirements.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 79ee44c4..353a4d3f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,12 @@
 numpy
-git+git://github.com/inducer/islpy
-git+git://github.com/pyopencl/pyopencl
-git+git://github.com/inducer/loopy
+git+https://github.com/inducer/islpy
+git+https://github.com/pyopencl/pyopencl
+git+https://github.com/inducer/loopy
 git+https://gitlab.tiker.net/inducer/dagrt.git
 git+https://gitlab.tiker.net/inducer/leap.git
-git+git://github.com/inducer/modepy
-git+git://github.com/inducer/meshmode
+git+https://github.com/inducer/meshpy
+git+https://github.com/inducer/modepy
+git+https://github.com/inducer/meshmode
 
 # mesh generation for tests
 meshpy
-- 
GitLab