diff options
| author | Mike McQuaid | 2013-12-14 18:14:50 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 18:18:35 +0000 | 
| commit | 8f7e6774566e1454a06507366ca9f34a65f2ed36 (patch) | |
| tree | 21e028da6834c1313552828be6c1241b6a7f53f2 /Library/Homebrew/exceptions.rb | |
| parent | 3c86d2b8ffdcb854c88553c86b7911dfbb9766db (diff) | |
| download | homebrew-8f7e6774566e1454a06507366ca9f34a65f2ed36.tar.bz2 | |
Update string references to mxcl/homebrew.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 | 
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 | 
