net-analyzer/arptools: fix LICENSE, add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2024-03-14 18:39:48 +01:00
committed by Conrad Kostecki
parent 73028329f9
commit ad8ea21bc0
2 changed files with 6 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="a collection of libnet and libpcap based ARP utilities"
DESCRIPTION="Collection of libnet and libpcap based ARP utilities"
HOMEPAGE="https://github.com/burghardt/arptools"
SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

View File

@@ -8,4 +8,7 @@
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<upstream>
<remote-id type="github">burghardt/arptools</remote-id>
</upstream>
</pkgmetadata>