commit:     52d750234e67d1ae82594707c8cc3a49fa5584af
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 17 09:14:50 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 21:55:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d75023

dev-libs/caliper: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8866

 dev-libs/caliper/caliper-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/caliper/caliper-1.5.0.ebuild 
b/dev-libs/caliper/caliper-1.5.0.ebuild
index 8ecd9216908..be677d0ac53 100644
--- a/dev-libs/caliper/caliper-1.5.0.ebuild
+++ b/dev-libs/caliper/caliper-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="Application Introspection System"
-HOMEPAGE="http://computation.llnl.gov/projects/caliper";
+HOMEPAGE="https://computation.llnl.gov/projects/caliper";
 SRC_URI="https://github.com/LLNL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"

Reply via email to