Unverified Commit dea2d6b9 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

parents 5791b360 7d1ffff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };