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 --- sys-fs/redirfs/metadata.xml | 2 +- sys-fs/redirfs/redirfs-0.10.20120313.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/redirfs') diff --git a/sys-fs/redirfs/metadata.xml b/sys-fs/redirfs/metadata.xml index 32e583418aee..da92a96c3098 100644 --- a/sys-fs/redirfs/metadata.xml +++ b/sys-fs/redirfs/metadata.xml @@ -1,5 +1,5 @@ - + bicatali@gentoo.org diff --git a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild b/sys-fs/redirfs/redirfs-0.10.20120313.ebuild index e8e19fbd727b..b91cacf35e8a 100644 --- a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild +++ b/sys-fs/redirfs/redirfs-0.10.20120313.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit linux-mod KEYWORDS="~amd64 ~x86" -SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" DESCRIPTION="Layer between virtual file system switch and file system drivers" HOMEPAGE="http://www.redirfs.org/" -- cgit v1.2.3-65-gdbad