arp-scan: fix homepage url
This commit is contained in:
parent
19828e85b1
commit
01e47d6bb5
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
Arp-scan is a command-line tool that uses the ARP protocol to discover
|
Arp-scan is a command-line tool that uses the ARP protocol to discover
|
||||||
and fingerprint IP hosts on the local network.
|
and fingerprint IP hosts on the local network.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nta-monitor.com/tools-resources/security-tools/arp-scan;
|
homepage = http://www.nta-monitor.com/wiki/index.php/Arp-scan_Documentation;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user