diff options
| author | Mike McQuaid | 2013-12-28 12:14:38 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-28 12:14:38 +0000 |
| commit | c6f892857888ea430ca5fa37de6dc8421e3281ef (patch) | |
| tree | 2a1ca6fb70ac6ffd5b51f13d17a5eff020f25b8c /Library/Homebrew | |
| parent | 56ddc79857c42305a9e0b0305ac6889396416050 (diff) | |
| download | homebrew-c6f892857888ea430ca5fa37de6dc8421e3281ef.tar.bz2 | |
homebrew-python has moved to Homebrew org.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 0fdec6e28..5ed0ac459 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -27,7 +27,7 @@ def blacklisted? name sudo easy_install pip EOS when 'pil' then <<-EOS.undent - Instead of PIL, consider `pip install pillow` or `brew install samueljohn/python/pillow`. + Instead of PIL, consider `pip install pillow` or `brew install homebrew/python/pillow`. EOS when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 0b489b03a..9941db650 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -73,7 +73,6 @@ module Homebrew extend self SEARCHABLE_TAPS = [ %w{josegonzalez php}, - %w{samueljohn python}, %w{marcqualie nginx}, %w{Homebrew apache}, %w{Homebrew versions}, @@ -82,6 +81,7 @@ module Homebrew extend self %w{Homebrew science}, %w{Homebrew completions}, %w{Homebrew binary}, + %w{Homebrew python}, ] def query_regexp(query) |
