aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.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/exceptions.rb
parent4c2e7b165912c109cd73fdf70aa6c4e92306a70f (diff)
downloadbrew-d7c13f84b62d730389e72cf4283da1863993be5f.tar.bz2
Update string references to mxcl/homebrew.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb4
1 files changed, 2 insertions, 2 deletions
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