From d7c13f84b62d730389e72cf4283da1863993be5f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Dec 2013 18:14:50 +0000 Subject: Update string references to mxcl/homebrew. --- Library/Contributions/cmd/brew-pull.rb | 2 +- Library/Contributions/cmd/brew-tap-readme.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Contributions') diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index c60b62942..3a9af8fe0 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -19,7 +19,7 @@ end ARGV.named.each do|arg| if arg.to_i > 0 - url = 'https://github.com/mxcl/homebrew/pull/' + arg + url = 'https://github.com/Homebrew/homebrew/pull/' + arg else url_match = arg.match HOMEBREW_PULL_OR_COMMIT_URL_REGEX unless url_match diff --git a/Library/Contributions/cmd/brew-tap-readme.rb b/Library/Contributions/cmd/brew-tap-readme.rb index 1aac1b06d..76770acc7 100755 --- a/Library/Contributions/cmd/brew-tap-readme.rb +++ b/Library/Contributions/cmd/brew-tap-readme.rb @@ -10,7 +10,7 @@ How do I install these formulae? -------------------------------- Just `brew tap homebrew/#{name}` and then `brew install `. -If the formula conflicts with one from mxcl/master or another tap, you can `brew install homebrew/#{name}/`. +If the formula conflicts with one from Homebrew/homebrew or another tap, you can `brew install homebrew/#{name}/`. You can also install via URL: @@ -22,7 +22,7 @@ Docs ---- `brew help`, `man brew`, or the Homebrew [wiki][]. -[wiki]:http://wiki.github.com/mxcl/homebrew +[wiki]:http://wiki.github.com/Homebrew/homebrew EOS # puts ERB.new(template, nil, '>').result(binding) -- cgit v1.2.3