From 7b3a4eb5cc2090cb5b4dde7e21936eb9d723c3ee Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 2 Jun 2018 22:44:22 +0200 Subject: app-misc/digitemp: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8695 --- app-misc/digitemp/digitemp-3.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc/digitemp/digitemp-3.7.1.ebuild') diff --git a/app-misc/digitemp/digitemp-3.7.1.ebuild b/app-misc/digitemp/digitemp-3.7.1.ebuild index 477651f361f4..718f8d20bbf8 100644 --- a/app-misc/digitemp/digitemp-3.7.1.ebuild +++ b/app-misc/digitemp/digitemp-3.7.1.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Temperature logging and reporting using Maxim's iButtons and 1-Wire protocol" -HOMEPAGE="http://www.digitemp.com/ http://www.ibutton.com/" +HOMEPAGE="https://www.digitemp.com/ https://www.ibutton.com/" SRC_URI="https://github.com/bcl/digitemp/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="ds9097 ds9097u ds2490" -- cgit v1.2.3-65-gdbad