From 508ae42a0f64c350036d722b84c2e2905bbc5418 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 10 Jul 2019 12:52:51 -0700 Subject: treewide: fix redirect URLs --- pkgs/tools/security/cowpatty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/cowpatty') diff --git a/pkgs/tools/security/cowpatty/default.nix b/pkgs/tools/security/cowpatty/default.nix index de34005401b1c..c5ace5d2e8c48 100644 --- a/pkgs/tools/security/cowpatty/default.nix +++ b/pkgs/tools/security/cowpatty/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { meta = { description = "Offline dictionary attack against WPA/WPA2 networks"; license = licenses.gpl2; - homepage = http://www.willhackforsushi.com/?page_id=50; + homepage = https://www.willhackforsushi.com/?page_id=50; maintainers = with maintainers; [ nico202 ]; platforms = platforms.linux; }; -- cgit 1.4.1