aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-12-28 12:14:38 +0000
committerMike McQuaid2013-12-28 12:14:38 +0000
commit5b9571025401c6e486c8457cfa953ef4894157b5 (patch)
tree753a53f5ba8b130445e9f19750324214a75d69de /Library
parent410121d8edfc8fd35cbf3739854cb69652c82ea1 (diff)
downloadbrew-5b9571025401c6e486c8457cfa953ef4894157b5.tar.bz2
homebrew-python has moved to Homebrew org.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb2
-rw-r--r--Library/Homebrew/cmd/search.rb2
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)