diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index e3ce8bd80..8537272bd 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -22,11 +22,11 @@ end class Erlang < Formula # Download from GitHub. Much faster than official tarball. - url "git://github.com/erlang/otp.git", :tag => "OTP_R14B03" + url "https://github.com/erlang/otp.git", :tag => "OTP_R14B03" version 'R14B03' homepage 'http://www.erlang.org' - head "git://github.com/erlang/otp.git", :branch => "dev" + head "https://github.com/erlang/otp.git", :branch => "dev" # We can't strip the beam executables or any plugins, there isn't really # anything else worth stripping and it takes a really, long time to run |
