aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-06 15:50:23 -0500
committerJack Nagel2013-04-06 15:51:03 -0500
commitb22d476499174ab2f15ad41015d262fcb41a3ccc (patch)
tree1aa20a81b61defea104b63b70d77d22a5858ccc8 /Library
parent755e3cc8c6ed5862fb147a4cba20210e581b41e9 (diff)
downloadhomebrew-b22d476499174ab2f15ad41015d262fcb41a3ccc.tar.bz2
mxcl.github.com/homebrew => brew.sh
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/global.rb2
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']