From 1c45abba48d24758a99fcbe84f2add52b7c94c1d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Nov 2014 01:36:09 -0500 Subject: s/parabolagnulinux.org/parabola.nu/ --- src/librefetch/librefetch | 2 +- src/librefetch/librefetch.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/librefetch') 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/' ) -- cgit v1.2.3-2-g168b