diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-03 22:28:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-04 10:32:24 +0100 |
commit | e67b73245d67f7317a108d1b2b441ddf1c3ae4d7 (patch) | |
tree | 124aa75f1dd3b5e3b4a5b3ff0946e054ccd0a1e6 /kde-misc/plasma-applet-network-monitor | |
parent | app-emacs/slime: Bumps version to 2.20 (diff) | |
download | gentoo-e67b73245d67f7317a108d1b2b441ddf1c3ae4d7.tar.gz gentoo-e67b73245d67f7317a108d1b2b441ddf1c3ae4d7.tar.bz2 gentoo-e67b73245d67f7317a108d1b2b441ddf1c3ae4d7.zip |
kde-misc/plasma-applet-network-monitor: use HTTPS, avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/7345
Diffstat (limited to 'kde-misc/plasma-applet-network-monitor')
-rw-r--r-- | kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild | 4 |
1 files 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 3e82bd848f0c..45af2a060baa 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 |