summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-22 16:00:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-08 09:52:32 +0200
commit3992f113223d64a29db5b40fb4ef0605c7b5e716 (patch)
treef2e188b8306983e42e50a5b62c7935e4afe9778c
parentdev-lang/perl: filter -flto as upstream is pretty shoddy (diff)
downloadgentoo-3992f113223d64a29db5b40fb4ef0605c7b5e716.tar.gz
gentoo-3992f113223d64a29db5b40fb4ef0605c7b5e716.tar.bz2
gentoo-3992f113223d64a29db5b40fb4ef0605c7b5e716.zip
x11-misc/bbweather: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9027
-rw-r--r--x11-misc/bbweather/bbweather-0.6.3-r1.ebuild6
1 files 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"