diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
