diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:41:06 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:43 -0400 |
commit | 61c13ec1bb1d88221c312e8973304895c9c276dd (patch) | |
tree | 718823dd2816c795d1f6b64536156e7fed8e3dd7 /net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild | |
parent | net-analyzer/ipv6toolkit: use HTTPS (diff) | |
download | gentoo-61c13ec1bb1d88221c312e8973304895c9c276dd.tar.gz gentoo-61c13ec1bb1d88221c312e8973304895c9c276dd.tar.bz2 gentoo-61c13ec1bb1d88221c312e8973304895c9c276dd.zip |
net-analyzer/smokeping: use HTTPS
Diffstat (limited to 'net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild')
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild b/net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild index c5e0b1b312c0..8b2e3ee7c26e 100644 --- a/net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.9-r1.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=5 inherit eutils user systemd DESCRIPTION="A powerful latency measurement tool" -HOMEPAGE="http://oss.oetiker.ch/smokeping/" -SRC_URI="http://oss.oetiker.ch/smokeping/pub/${P}.tar.gz" +HOMEPAGE="https://oss.oetiker.ch/smokeping/" +SRC_URI="https://oss.oetiker.ch/smokeping/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |