hping: Update homepage link away from gambling site (#444443)

This commit is contained in:
Nikolay Korotkiy
2025-09-28 21:02:33 +00:00
committed by GitHub
+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;
};