Use https instead of http where possible

This commit is contained in:
Ingo Blechschmidt
2018-11-26 18:24:20 +01:00
committed by Duncaen
parent f20032efa3
commit a12f22de86
7 changed files with 27 additions and 27 deletions

2
configure vendored
View File

@@ -44,7 +44,7 @@ for instance \`--prefix=\$HOME'.
--enable-fulldebug Enables extra debugging code (default disabled)
--enable-static Build XBPS static utils (default disabled)
--enable-tests Build and install Kyua tests (default disabled)
Needs atf >= 0.15 (http://code.google.com/p/kyua)
Needs atf >= 0.15 (https://code.google.com/p/kyua)
_EOF
exit 1
}