From 9e92f7ea0301a69ff415b614846b2505edb3542e Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Thu, 25 Sep 2014 10:39:39 +0200 Subject: Masscan: correct head url Closes #32630. Signed-off-by: Adam Vandenberg --- Library/Formula/masscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/masscan.rb b/Library/Formula/masscan.rb index 1e46a3b8c..a824251e1 100644 --- a/Library/Formula/masscan.rb +++ b/Library/Formula/masscan.rb @@ -4,7 +4,7 @@ class Masscan < Formula homepage 'https://github.com/robertdavidgraham/masscan/' url 'https://github.com/robertdavidgraham/masscan/archive/1.0.3.tar.gz' sha1 'a10a2475e97c7d2b2999e4c9ce9e19863782dc8f' - head 'https://github.com/kaizoku/masscan.git' + head 'https://github.com/robertdavidgraham/masscan.git' def install system "make" -- cgit v1.2.3