aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorYuki Ito2014-04-08 23:33:45 +0900
committerAdam Vandenberg2014-04-08 07:37:40 -0700
commit2e7eebbb19337652e3237e35de96cd4c254dd897 (patch)
treeff625fd90dd49769b767ec0da5fdf692b005c467 /Library
parenteb60a80bb8026592338b6b6ef274eee9a62bacd7 (diff)
downloadhomebrew-2e7eebbb19337652e3237e35de96cd4c254dd897.tar.bz2
rebar: use rebar/rebar as head
Closes #28248. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rebar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb
index 65076d81a..a24d05ecd 100644
--- a/Library/Formula/rebar.rb
+++ b/Library/Formula/rebar.rb
@@ -5,7 +5,7 @@ class Rebar < Formula
url 'https://github.com/rebar/rebar/archive/2.2.0.tar.gz'
sha1 '8b246586383d8809c7681f3e56bfc8d8c3b3757e'
- head "https://github.com/basho/rebar.git", :branch => "master"
+ head "https://github.com/rebar/rebar.git", :branch => "master"
depends_on 'erlang'