~dricottone/huttese-apk

c0df8efdf88a08da9c7ac44e4de79b14d39b0fa8 — Ignas Kiela 2 years ago 37705be
py3-srht: Move bootstrap clone to https protocol

Git protocol has been turned off permanently on March 15th, 2022:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 files changed, 1 insertions(+), 1 deletions(-)

M sr.ht/py3-srht/APKBUILD
M sr.ht/py3-srht/APKBUILD => sr.ht/py3-srht/APKBUILD +1 -1
@@ 42,7 42,7 @@ prepare() {
	default_prepare
	cd "$builddir"
	git clone --depth=1 -b v4.1.1 \
		git://github.com/twbs/bootstrap srht/scss/bootstrap
		https://github.com/twbs/bootstrap srht/scss/bootstrap
}

build() {