mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix xandikos git url
This commit is contained in:
parent
4e2c5e51f3
commit
88969ae5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue