hping: Update homepage

The [hping.org](www.hping.org) url lapsed sometime in 2023 ([last
capture]). It appears to now be a korean gambling site. I'm updating it
to the [source repository] the package pulls from instead.

Alternately, we could use the [last capture] link from archive.org
instead, but as far as I can tell that seems to be a less common
solution accross nixpgs (I found 11 instances for mostly small projects)

[source repository]: https://github.com/antirez/hping
[last capture]:
https://web.archive.org/web/20221101000000*/www.hping.org
This commit is contained in:
cprice11
2025-09-19 15:09:15 -06:00
parent b841d90d33
commit 7d1ffff04c
+1 -1
View File
@@ -62,7 +62,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Command-line oriented TCP/IP packet assembler/analyzer";
homepage = "http://www.hping.org/";
homepage = "https://github.com/antirez/hping";
license = licenses.gpl2Only;
platforms = platforms.unix;
};