From a35aa1392521382b1ff4155e7e771c549d86ccfc Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 24 May 2014 11:29:09 +0200 Subject: [PATCH] Update location of owncloud repo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8f77926..0c7ee99 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ _davserver() { # Maybe tmpfs is mounted on /tmp/, can't harm anyway. if [ ! -d $TESTSERVER_BASE$1/ ]; then git clone --depth=1 \ - https://github.com/untitaker/$1-testserver.git \ + https://github.com/vdirsyncer/$1-testserver.git \ /tmp/$1-testserver ln -s /tmp/$1-testserver $TESTSERVER_BASE$1 fi