aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJellyfrog2014-09-25 10:39:39 +0200
committerAdam Vandenberg2014-09-25 07:24:33 -0700
commit9e92f7ea0301a69ff415b614846b2505edb3542e (patch)
tree6bc4a77fcc12ab0fd2394ac0889b639cc42eaf7a /Library
parent21779f3d77c9f1ef617825fe00761f1bf183a809 (diff)
downloadhomebrew-9e92f7ea0301a69ff415b614846b2505edb3542e.tar.bz2
Masscan: correct head url
Closes #32630. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/masscan.rb2
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"