From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- net-fs/autofs/autofs-5.0.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-fs/autofs/autofs-5.0.9-r1.ebuild') diff --git a/net-fs/autofs/autofs-5.0.9-r1.ebuild b/net-fs/autofs/autofs-5.0.9-r1.ebuild index 674d2069012b..5b4189a85627 100644 --- a/net-fs/autofs/autofs-5.0.9-r1.ebuild +++ b/net-fs/autofs/autofs-5.0.9-r1.ebuild @@ -11,7 +11,7 @@ inherit autotools-utils linux-info multilib systemd toolchain-funcs PATCH_VER= [[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="http://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma" + PATCHSET_URI="https://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma" DESCRIPTION="Kernel based automounter" HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -- cgit v1.2.3-65-gdbad