Fix xandikos git url

This commit is contained in:
Markus Unterwaditzer 2017-09-24 12:02:24 +02:00
parent 4e2c5e51f3
commit 88969ae5e6

View file

@ -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