From: Michael Mair-Keimberger Date: Fri, 22 Jun 2018 14:00:45 +0000 (+0200) Subject: x11-misc/bbweather: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3992f113223d64a29db5b40fb4ef0605c7b5e716;p=gentoo.git x11-misc/bbweather: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9027 --- 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"