diff options
| -rw-r--r-- | Library/Formula/rebar.rb | 2 |
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' |
