From bcfbdb303710cde01e24501c6f5704d2acfb0c8b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 May 2018 17:13:31 +0200 Subject: conf/default.conf: clone from github via https --- conf/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/default.conf b/conf/default.conf index 6f3026a..71b5b5f 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -135,7 +135,7 @@ for repo in ${repo_names}; do if ! git -C "${repo_path}" rev-parse --git-dir > /dev/null 2>&1; then if [ "${repo}" = "archlinux32" ]; then - repo_source='git@github.com:archlinux32/packages.git' + repo_source='https://github.com/archlinux32/packages.git' else repo_source="git://git.archlinux.org/svntogit/${repo}.git" fi -- cgit v1.2.3