diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-09 19:03:34 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 00:46:58 -0400 |
commit | a505b0e0c8707d6800f51b180514c749719e109d (patch) | |
tree | 2e3c24edbd9bd805d9870a9b74dbe6ec47b83e85 /net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild | |
parent | dev-embedded/stlink: remove unused patch(es) (diff) | |
download | gentoo-a505b0e0c8707d6800f51b180514c749719e109d.tar.gz gentoo-a505b0e0c8707d6800f51b180514c749719e109d.tar.bz2 gentoo-a505b0e0c8707d6800f51b180514c749719e109d.zip |
net-analyzer/arpwatch: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11322
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild')
-rw-r--r-- | net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild index 758ebf7b0548..48113d00e72f 100644 --- a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild +++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PATCH_VER="0.8" MY_P="${PN}-$(replace_version_separator 2 'a')" DESCRIPTION="An ethernet monitor program that keeps track of ethernet/IP address pairings" -HOMEPAGE="http://ee.lbl.gov/" +HOMEPAGE="https://ee.lbl.gov/" SRC_URI=" ftp://ftp.ee.lbl.gov/${MY_P}.tar.gz https://dev.gentoo.org/~jer/arpwatch-patchset-${PATCH_VER}.tar.xz |