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 --- dev-vcs/git-cola/git-cola-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-vcs/git-cola') diff --git a/dev-vcs/git-cola/git-cola-2.1.2.ebuild b/dev-vcs/git-cola/git-cola-2.1.2.ebuild index 2de6715817e4..d7412c36055f 100644 --- a/dev-vcs/git-cola/git-cola-2.1.2.ebuild +++ b/dev-vcs/git-cola/git-cola-2.1.2.ebuild @@ -10,7 +10,7 @@ DISTUTILS_SINGLE_IMPL=true inherit distutils-r1 readme.gentoo virtualx DESCRIPTION="The highly caffeinated git GUI" -HOMEPAGE="http://git-cola.github.com/" +HOMEPAGE="https://git-cola.github.com/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad