summaryrefslogtreecommitdiff
path: root/src/repo-diff
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/repo-diff
parentb22452767d33a017352b2423656bf4ddb0ff4b9b (diff)
s/parabolagnulinux.org/parabola.nu/
Diffstat (limited to 'src/repo-diff')
-rwxr-xr-xsrc/repo-diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/repo-diff b/src/repo-diff
index e36edad..d11732b 100755
--- a/src/repo-diff
+++ b/src/repo-diff
@@ -40,11 +40,11 @@ n() { echo "$1".db | tr "/" "-"; }
# hopefully simple way to convert
# parabola/libre/i686
# to
-# http://repo.parabolagnulinux.org/libre/os/i686/libre.db
+# http://repo.parabola.nu/libre/os/i686/libre.db
# add more distros here
g() {
echo "$1" | sed -e "s,^\([^/]\+\)/\([^/]\+\)/\([^/]\+\)$,\1/\2/os/\3/\2.db," \
- -e "s,^parabola/,http://repo.parabolagnulinux.org/," \
+ -e "s,^parabola/,http://repo.parabola.nu/," \
-e "s,^arch\(linux\)\?/,http://mirrors.kernel.org/archlinux/,"
}