From 2e7eebbb19337652e3237e35de96cd4c254dd897 Mon Sep 17 00:00:00 2001 From: Yuki Ito Date: Tue, 8 Apr 2014 23:33:45 +0900 Subject: rebar: use rebar/rebar as head Closes #28248. Signed-off-by: Adam Vandenberg --- Library/Formula/rebar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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' -- cgit v1.2.3