diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-03 02:10:02 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-03 02:10:02 -0500 |
commit | 58e2a9cd5aa9a4eb80f8da675685f62aca128eb3 (patch) | |
tree | 275b25c3b2ecda0c82c30f66b9a24d92b0382464 /src/librefetch | |
parent | 91c74601d0e6839e88074a8d2ce3fcfd347b35e5 (diff) |
librefetch: change default MIRROR location
Diffstat (limited to 'src/librefetch')
-rw-r--r-- | src/librefetch/librefetch.conf | 2 | ||||
-rw-r--r-- | src/librefetch/librefetch.conf.5.ronn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf index 40d2078..ce328d8 100644 --- a/src/librefetch/librefetch.conf +++ b/src/librefetch/librefetch.conf @@ -1,2 +1,2 @@ -MIRROR='https://repo.parabolagnulinux.org/sources/' +MIRROR='https://repo.parabolagnulinux.org/other/' DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' diff --git a/src/librefetch/librefetch.conf.5.ronn b/src/librefetch/librefetch.conf.5.ronn index 3d80ab5..4e59877 100644 --- a/src/librefetch/librefetch.conf.5.ronn +++ b/src/librefetch/librefetch.conf.5.ronn @@ -24,7 +24,7 @@ If `$XDG_CONFIG_HOME` is not set, a default value is set: ## OPTIONS - * `MIRROR='https://repo.parabolagnulinux.org/sources/'`: + * `MIRROR='https://repo.parabolagnulinux.org/other/'`: The location to download pre-built source tarball in download mode. * `DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'`: |