diff options
| author | Jack Nagel | 2013-04-06 15:50:23 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-06 15:51:03 -0500 | 
| commit | d4a8813e86bed47036dd6792424448021a8ff272 (patch) | |
| tree | c4cf80e74bbeacb83f1a13f303274333deb550f8 /Library/Homebrew/global.rb | |
| parent | 254f3b2c3c03826f828f82e684777b3aeea3dd8f (diff) | |
| download | brew-d4a8813e86bed47036dd6792424448021a8ff272.tar.bz2 | |
mxcl.github.com/homebrew => brew.sh
Diffstat (limited to 'Library/Homebrew/global.rb')
| -rw-r--r-- | Library/Homebrew/global.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 13c52d02b..e8e063379 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -11,7 +11,7 @@ require 'rbconfig'  ARGV.extend(HomebrewArgvExtension)  HOMEBREW_VERSION = '0.9.4' -HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/' +HOMEBREW_WWW = 'http://brew.sh'  def cache    if ENV['HOMEBREW_CACHE']  | 
