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