diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 |
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/erlang.rb | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 291990f5f..97d180f62 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -34,7 +34,7 @@ class Erlang <Formula def install ENV.deparallelize - fails_with_llvm "See http://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 + fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 # If building from GitHub, this step is required (but not for tarball downloads.) system "./otp_build autoconf" if File.exist? "otp_build" |
