commit: e67b73245d67f7317a108d1b2b441ddf1c3ae4d7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 3 21:28:49 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 4 09:32:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b7324
kde-misc/plasma-applet-network-monitor: use HTTPS, avoid redirection Closes: https://github.com/gentoo/gentoo/pull/7345 .../plasma-applet-network-monitor-1.7.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild index 3e82bd848f0..45af2a060ba 100644 --- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild +++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit kde5 DESCRIPTION="Plasma 5 applet for monitoring active network connections" -HOMEPAGE="http://kde-look.org/content/show.php/Network+Monitor?content=169377 +HOMEPAGE="https://store.kde.org/content/show.php/Network+Monitor?content=169377 https://github.com/kotelnik/plasma-applet-network-monitor" if [[ ${KDE_BUILD_TYPE} = live ]] ; then
