From 4ef413294d6b22b8453b0a114c2a9acf9feec192 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 31 Aug 2017 11:55:33 -0400 Subject: [PATCH] dev-util/cpputest: use https for HOMEPAGE --- dev-util/cpputest/cpputest-3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index 3526004f5a779..70283bf44e5c4 100644 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ b/dev-util/cpputest/cpputest-3.8.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="unit testing and mocking framework for C/C++" -HOMEPAGE="http://cpputest.github.io/ https://github.com/cpputest/cpputest" +HOMEPAGE="https://cpputest.github.io/ https://github.com/cpputest/cpputest" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD"