From 3992f113223d64a29db5b40fb4ef0605c7b5e716 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 22 Jun 2018 16:00:45 +0200 Subject: [PATCH] x11-misc/bbweather: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9027 --- x11-misc/bbweather/bbweather-0.6.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild index bf4468aec901..9bca5ba8d11f 100644 --- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,8 +6,8 @@ EAPI=2 inherit autotools eutils DESCRIPTION="blackbox weather monitor" -HOMEPAGE="http://www.netmeister.org/apps/bbweather/" -SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" +HOMEPAGE="https://www.netmeister.org/apps/bbweather/" +SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -- 2.26.2