Skip to content
Snippets Groups Projects
Commit 5b957102 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

homebrew-python has moved to Homebrew org.

parent 410121d8
No related branches found
No related tags found
Loading
......@@ -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:
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment