diff options
Diffstat (limited to 'src/librefetch')
-rwxr-xr-x | src/librefetch/librefetch | 2 | ||||
-rw-r--r-- | src/librefetch/librefetch.conf | 2 |
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/' ) |