From 7d1ffff04c426b3dea5449bf40b794c9bc1e6618 Mon Sep 17 00:00:00 2001 From: cprice11 Date: Fri, 19 Sep 2025 15:09:15 -0600 Subject: [PATCH] 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 --- pkgs/by-name/hp/hping/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/hp/hping/package.nix b/pkgs/by-name/hp/hping/package.nix index ff8d2a72302b..23edf38d2a76 100644 --- a/pkgs/by-name/hp/hping/package.nix +++ b/pkgs/by-name/hp/hping/package.nix @@ -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; };