commit: 3992f113223d64a29db5b40fb4ef0605c7b5e716 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Jun 22 14:00:45 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 8 07:52:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992f113
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 bf4468aec90..9bca5ba8d11 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"
