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 --- app-admin/logcheck/logcheck-1.3.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-admin/logcheck/logcheck-1.3.16.ebuild') diff --git a/app-admin/logcheck/logcheck-1.3.16.ebuild b/app-admin/logcheck/logcheck-1.3.16.ebuild index 8d23d6d9fada..cb630c591628 100644 --- a/app-admin/logcheck/logcheck-1.3.16.ebuild +++ b/app-admin/logcheck/logcheck-1.3.16.ebuild @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die - elog "Please read the guide ad http://www.gentoo.org/doc/en/logcheck.xml" + elog "Please read the guide ad https://www.gentoo.org/doc/en/logcheck.xml" elog "for installation instructions." } -- cgit v1.2.3-65-gdbad