diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:56:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:45 -0400 |
commit | 458b1f197aef169a9910631558f34e33ddabf616 (patch) | |
tree | 62216d9d3094b72aa6106ec2bb05cf21835adaba /net-analyzer/vnstat/vnstat-1.17-r3.ebuild | |
parent | net-analyzer/iptstate: use HTTPS (diff) | |
download | gentoo-458b1f197aef169a9910631558f34e33ddabf616.tar.gz gentoo-458b1f197aef169a9910631558f34e33ddabf616.tar.bz2 gentoo-458b1f197aef169a9910631558f34e33ddabf616.zip |
net-analyzer/vnstat: use HTTPS
Diffstat (limited to 'net-analyzer/vnstat/vnstat-1.17-r3.ebuild')
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.17-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild b/net-analyzer/vnstat/vnstat-1.17-r3.ebuild index 6e0d7ba752b6..c3e6409650f7 100644 --- a/net-analyzer/vnstat/vnstat-1.17-r3.ebuild +++ b/net-analyzer/vnstat/vnstat-1.17-r3.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 systemd user DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" -HOMEPAGE="http://humdi.net/vnstat/" -SRC_URI="http://humdi.net/vnstat/${P}.tar.gz" +HOMEPAGE="https://humdi.net/vnstat/" +SRC_URI="https://humdi.net/vnstat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |