diff options
author | classabbyamp <void@placeviolette.net> | 2022-06-14 20:36:01 -0400 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2022-06-14 21:22:41 -0400 |
commit | c65a04429fb88515adcfae4c859a089e4bdb26a4 (patch) | |
tree | 742f7b8fe83c96fa054721241ed50cc5c8b1467d /xlocate | |
parent | 9b1786142536567237a9af6f8cca2d47f7dddaf8 (diff) | |
download | xtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.tar.gz xtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.tar.xz xtools-c65a04429fb88515adcfae4c859a089e4bdb26a4.zip |
xlocate: replace alpha.de with repo-default
Diffstat (limited to 'xlocate')
-rwxr-xr-x | xlocate | 2 |
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) |