From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-doc/devmanual/devmanual-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-doc/devmanual/devmanual-9999.ebuild') diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index eb83bf07ca3c..f2baf0811a12 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit git-2 readme.gentoo DESCRIPTION="The Gentoo Development Guide" -HOMEPAGE="http://devmanual.gentoo.org/" +HOMEPAGE="https://devmanual.gentoo.org/" EGIT_REPO_URI="git://anongit.gentoo.org/proj/devmanual.git" LICENSE="CC-BY-SA-2.0" -- cgit v1.2.3-65-gdbad