about summary refs log tree commit diff
path: root/xlocate
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2022-06-14 20:36:01 -0400
committerToyam Cox <aviator45003@gmail.com>2022-06-14 21:22:41 -0400
commitc65a04429fb88515adcfae4c859a089e4bdb26a4 (patch)
tree742f7b8fe83c96fa054721241ed50cc5c8b1467d /xlocate
parent9b1786142536567237a9af6f8cca2d47f7dddaf8 (diff)
downloadxtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.tar.gz
xtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.tar.xz
xtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.zip
xlocate: replace alpha.de with repo-default
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)