about summary refs log tree commit diff
path: root/xlocate
diff options
context:
space:
mode:
Diffstat (limited to 'xlocate')
-rwxr-xr-xxlocate2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlocate b/xlocate
index d6b24f3..7294790 100755
--- a/xlocate
+++ b/xlocate
@@ -10,7 +10,7 @@ if [ -f "${XLOCATE_CONF}" ]; then
 fi
 
 : ${XLOCATE_GIT:=$XDG_CACHE_HOME/xlocate.git}
-: ${XLOCATE_REPO:=https://alpha.de.repo.voidlinux.org/xlocate/xlocate.git}
+: ${XLOCATE_REPO:=https://repo-default.voidlinux.org/xlocate/xlocate.git}
 
 if command -v git >/dev/null 2>&1; then
 	GIT_CMD=$(command -v git)