diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-17 11:14:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-23 17:55:07 -0400 |
commit | 52d750234e67d1ae82594707c8cc3a49fa5584af (patch) | |
tree | 8fe66df1af644c9b926da9ec6cf73eb48a595c5d /dev-libs | |
parent | dev-libs/poco: use HTTPs (diff) | |
download | gentoo-52d750234e67d1ae82594707c8cc3a49fa5584af.tar.gz gentoo-52d750234e67d1ae82594707c8cc3a49fa5584af.tar.bz2 gentoo-52d750234e67d1ae82594707c8cc3a49fa5584af.zip |
dev-libs/caliper: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8866
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/caliper/caliper-1.5.0.ebuild | 4 |
1 files 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 8ecd92169088..be677d0ac535 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" |