diff options
| author | Adam Vandenberg | 2010-04-06 08:29:33 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:29:33 -0700 | 
| commit | 980acfd2d2dda6a82eb00a146fe5b3e5bb319521 (patch) | |
| tree | 45cf751815b6054bcaaf186399c846a3298c2413 /Library/Homebrew/global.rb | |
| parent | e48b73f21f7d2093856eb98050b578d281f07ddd (diff) | |
| download | homebrew-980acfd2d2dda6a82eb00a146fe5b3e5bb319521.tar.bz2 | |
Change homepage. Fixes #105.
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 c1c4df807..cb889bbb3 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -6,7 +6,7 @@ require 'utils'  ARGV.extend(HomebrewArgvExtension)  HOMEBREW_VERSION = 0.6 -HOMEBREW_WWW = 'http://bit.ly/Homebrew' +HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'  if Process.uid == 0    # technically this is not the correct place, this cache is for *all users*  | 
