Change homepage. Fixes Homebrew/homebrew#105.

This commit is contained in:
Adam Vandenberg 2010-04-06 08:29:33 -07:00
parent cacb057b91
commit ec926a7f5f

View File

@ -6,7 +6,7 @@ require 'utils'
ARGV.extend(HomebrewArgvExtension) ARGV.extend(HomebrewArgvExtension)
HOMEBREW_VERSION = 0.6 HOMEBREW_VERSION = 0.6
HOMEBREW_WWW = 'http://bit.ly/Homebrew' HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'
if Process.uid == 0 if Process.uid == 0
# technically this is not the correct place, this cache is for *all users* # technically this is not the correct place, this cache is for *all users*