diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:54:05 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:44 -0400 |
commit | f1c7265b34594416ee507dd4fbcfe32189148d5e (patch) | |
tree | baee1e0642a8451e43b569342cdb4956bff05975 | |
parent | net-analyzer/tcpstat: use HTTPS (diff) | |
download | gentoo-f1c7265b34594416ee507dd4fbcfe32189148d5e.tar.gz gentoo-f1c7265b34594416ee507dd4fbcfe32189148d5e.tar.bz2 gentoo-f1c7265b34594416ee507dd4fbcfe32189148d5e.zip |
net-analyzer/symon: use HTTPS
-rw-r--r-- | net-analyzer/symon/symon-2.87.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/symon/symon-2.88.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/symon/symon-2.87.ebuild b/net-analyzer/symon/symon-2.87.ebuild index f78f8d6d8a33..45cfd03c95d2 100644 --- a/net-analyzer/symon/symon-2.87.ebuild +++ b/net-analyzer/symon/symon-2.87.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils perl-module toolchain-funcs DESCRIPTION="Performance and information monitoring tool" -HOMEPAGE="http://www.xs4all.nl/~wpd/symon/" -SRC_URI="http://www.xs4all.nl/~wpd/symon/philes/${P}.tar.gz" +HOMEPAGE="https://wpd.home.xs4all.nl/symon/" +SRC_URI="https://wpd.home.xs4all.nl/symon/philes/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/net-analyzer/symon/symon-2.88.ebuild b/net-analyzer/symon/symon-2.88.ebuild index 2ea5066d30b8..0250b6eec39b 100644 --- a/net-analyzer/symon/symon-2.88.ebuild +++ b/net-analyzer/symon/symon-2.88.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils perl-module toolchain-funcs DESCRIPTION="Performance and information monitoring tool" -HOMEPAGE="http://wpd.home.xs4all.nl/symon" -SRC_URI="${HOMEPAGE}/philes/${P}.tar.gz" +HOMEPAGE="https://wpd.home.xs4all.nl/symon/" +SRC_URI="https://wpd.home.xs4all.nl/symon/philes/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |