diff options
author | Johannes Brechtmann <johannes@jnbr.me> | 2019-01-01 13:40:31 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-01-01 12:28:39 -0500 |
commit | 9f4faddbc8ed328cca1f092e48df3c334090f1c4 (patch) | |
tree | a2dbd0c1c06f6057af3e57cab414ee75e038cc38 /xlocate | |
parent | 0645e7470851ac3ba8b387422523b97cd80a098e (diff) | |
download | xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.gz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.xz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.zip |
switch from voidlinux.eu to voidlinux.org
Diffstat (limited to 'xlocate')
-rwxr-xr-x | xlocate | 2 |
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" |