diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 2055375741..60f2452dc8 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -35,6 +35,7 @@ module Homebrew extend self results = [] threads << Thread.new { search_tap "josegonzalez", "php", rx } threads << Thread.new { search_tap "alanthing", "apachemod", rx } + threads << Thread.new { search_tap "samueljohn", "python", rx } threads << Thread.new { search_tap "Homebrew", "versions", rx } threads << Thread.new { search_tap "Homebrew", "dupes", rx } threads << Thread.new { search_tap "Homebrew", "games", rx }