homebrew-python has moved to Homebrew org.

This commit is contained in:
Mike McQuaid 2013-12-28 12:14:38 +00:00
parent 410121d8ed
commit 5b95710254
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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)