diff --git a/skarnet-builder/build-latest b/skarnet-builder/build-latest index ef1fa70..6f55d14 100755 --- a/skarnet-builder/build-latest +++ b/skarnet-builder/build-latest @@ -95,7 +95,7 @@ build_install_skarnet_package() { cd "$BUILDDIR" - git clone git://git.skarnet.org/${package} + git clone https://github.com/skarnet/${package}.git cd ${package} if [[ ${version} =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then version=$(git rev-list -n 1 v${version})