From c65a04429fb88515adcfae4c859a089e4bdb26a4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 14 Jun 2022 20:36:01 -0400 Subject: xlocate: replace alpha.de with repo-default --- xlocate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlocate') 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) -- cgit 1.4.1