summaryrefslogtreecommitdiff
path: root/src/librefetch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:36:09 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:36:09 -0500
commit1c45abba48d24758a99fcbe84f2add52b7c94c1d (patch)
treee8874793088bbb0d3ea9346790409c461003e6aa /src/librefetch
parentb22452767d33a017352b2423656bf4ddb0ff4b9b (diff)
s/parabolagnulinux.org/parabola.nu/
Diffstat (limited to 'src/librefetch')
-rwxr-xr-xsrc/librefetch/librefetch2
-rw-r--r--src/librefetch/librefetch.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index c3e1700..5a08bb1 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -57,7 +57,7 @@ usage() {
straight to makepkg."
echo
print "Example usage:"
- print ' $ %s https://repo.parabolagnulinux.org/other/mypackage/mypackage-1.0.tar.gz' "$cmd"
+ print ' $ %s https://repo.parabola.nu/other/mypackage/mypackage-1.0.tar.gz' "$cmd"
echo
print "Options:"
print " Settings:"
diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf
index 6948e8d..7251ff3 100644
--- a/src/librefetch/librefetch.conf
+++ b/src/librefetch/librefetch.conf
@@ -1,4 +1,6 @@
MIRRORS=(
+ 'https://repo.parabola.nu/sources/'
+ 'https://repo.parabola.nu/other/'
'https://repo.parabolagnulinux.org/sources/'
'https://repo.parabolagnulinux.org/other/'
)