aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/help.rb2
-rw-r--r--Library/Homebrew/exceptions.rb4
-rw-r--r--Library/Homebrew/global.rb2
-rw-r--r--Library/Homebrew/os/mac.rb2
-rw-r--r--Library/Homebrew/test/test_formula.rb2
5 files changed, 6 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index 67cde272b..b76e363f7 100644
--- a/Library/Homebrew/cmd/help.rb
+++ b/Library/Homebrew/cmd/help.rb
@@ -17,7 +17,7 @@ Troubleshooting:
Brewing:
brew create [URL [--no-fetch]]
brew edit [FORMULA...]
- open https://github.com/mxcl/homebrew/wiki/Formula-Cookbook
+ open https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
Further help:
man brew
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 1e1ec89db..8f95bd94d 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -122,7 +122,7 @@ class IncompatibleCxxStdlibs < Homebrew::InstallationError
to build #{f}: #{right.type_string} (from #{right.compiler})
Please reinstall #{dep} using a compatible compiler.
- hint: Check https://github.com/mxcl/homebrew/wiki/C++-Standard-Libraries
+ hint: Check https://github.com/Homebrew/homebrew/wiki/C++-Standard-Libraries
EOS
end
end
@@ -185,7 +185,7 @@ class BuildError < Homebrew::InstallationError
if formula.tap?
user, repo = formula.tap.split '/'
tap_issues_url = "https://github.com/#{user}/homebrew-#{repo}/issues"
- puts "If reporting this issue please do so at (not mxcl/homebrew):"
+ puts "If reporting this issue please do so at (not Homebrew/homebrew):"
puts " #{tap_issues_url}"
end
else
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']
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 570bfefeb..24c1b7181 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -259,7 +259,7 @@ module OS
Homebrew doesn't know what compiler versions ship with your version
of Xcode (#{Xcode.version}). Please `brew update` and if that doesn't help, file
an issue with the output of `brew --config`:
- https://github.com/mxcl/homebrew/issues
+ https://github.com/Homebrew/homebrew/issues
Thanks!
EOS
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 1625e26d9..d3c32b079 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -156,7 +156,7 @@ class FormulaTests < Test::Unit::TestCase
mirror 'file:///foo.org/testball-0.1.tbz'
sha1 TEST_SHA1
- head 'https://github.com/mxcl/homebrew.git', :tag => 'foo'
+ head 'https://github.com/Homebrew/homebrew.git', :tag => 'foo'
devel do
url 'file:///foo.com/testball-0.2.tbz'