From 88969ae5e68e2feafdd633918ff8bd48d1323c99 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 24 Sep 2017 12:02:24 +0200 Subject: [PATCH] Fix xandikos git url --- tests/storage/servers/xandikos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/servers/xandikos/install.sh b/tests/storage/servers/xandikos/install.sh index 944b9ce..5191756 100644 --- a/tests/storage/servers/xandikos/install.sh +++ b/tests/storage/servers/xandikos/install.sh @@ -6,7 +6,7 @@ pip install wsgi_intercept if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then pip install -U xandikos elif [ "$REQUIREMENTS" = "devel" ]; then - pip install -U git+https://jelmer.uk/code/xandikos/ + pip install -U git+https://github.com/jelmer/xandikos else echo "Invalid REQUIREMENTS value" false