From 8a7f059064acba1be8ea7a8235fdeb013bf4fdb0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 19 Jun 2016 10:01:12 -0400 Subject: move svn2git remote to git.archlinux.org --- asp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asp.in b/asp.in index 49e614a..f4ab7f3 100644 --- a/asp.in +++ b/asp.in @@ -120,7 +120,7 @@ initialize() { git init || return 1 for remote in "${ARCH_GIT_REPOS[@]}"; do - git remote add "$remote" git://projects.archlinux.org/svntogit/"$remote".git + git remote add "$remote" git://git.archlinux.org/svntogit/"$remote".git done touch .asp -- cgit v1.2.3-54-g00ecf