diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/masscan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
