diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-08-20 16:34:22 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-08-20 16:34:22 -0400 |
commit | 6e223a841aa676689f535e402090c7082b1d6374 (patch) | |
tree | 787564da6995a04929380b3b015c272e0200fd2f | |
parent | ddbca0c7df338b3d8563175ef244ece2b5eba2af (diff) | |
download | asp32-6e223a841aa676689f535e402090c7082b1d6374.tar.xz |
Use https as the default git transport
Closes #17.
-rw-r--r-- | asp.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ initialize() { git init -q || return 1 for remote in "${ARCH_GIT_REPOS[@]}"; do - git remote add "$remote" "git://git.archlinux.org/svntogit/$remote.git" + git remote add "$remote" "https://git.archlinux.org/svntogit/$remote.git" done touch .asp |