aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/global.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 18:14:50 +0000
committerMike McQuaid2013-12-14 18:18:35 +0000
commitd7c13f84b62d730389e72cf4283da1863993be5f (patch)
tree9103e417b7a211d1629d2ed51d14bdb378535acf /Library/Homebrew/global.rb
parent4c2e7b165912c109cd73fdf70aa6c4e92306a70f (diff)
downloadbrew-d7c13f84b62d730389e72cf4283da1863993be5f.tar.bz2
Update string references to mxcl/homebrew.
Diffstat (limited to 'Library/Homebrew/global.rb')
-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 3e0055747..dc2379b27 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -99,7 +99,7 @@ end
require 'metafiles'
FORMULA_META_FILES = Metafiles.new
-ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/troubleshooting"
+ISSUES_URL = "https://github.com/Homebrew/homebrew/wiki/troubleshooting"
HOMEBREW_PULL_OR_COMMIT_URL_REGEX = 'https:\/\/github.com\/(\w+)\/homebrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})'
require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']