Use https by default

Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-24 12:47:45 +02:00
parent f49e098397
commit eaaface92e
20304 changed files with 20907 additions and 20907 deletions

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
inherit subversion
S=${WORKDIR}/${PN}_dev
else
SRC_URI="http://dev.gentoo.org/~heroxbd/${P}.tar.xz"
SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi