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 a4f013f..6600a60 100755
--- a/xlocate
+++ b/xlocate
@@ -2,7 +2,7 @@
 # xlocate [-g | -S | PATTERN] - locate files in all XBPS packages
 
 : ${XLOCATE_GIT:=~/.cache/xlocate.git}
-: ${XLOCATE_REPO:=https://repo.voidlinux.eu/xlocate/xlocate.git}
+: ${XLOCATE_REPO:=https://alpha.de.repo.voidlinux.org/xlocate/xlocate.git}
 
 if command -v pv >/dev/null; then
 	PROGRESS="pv -l"