brew search looks in samueljohn/python, too.

Closes Homebrew/homebrew#17267.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Samuel John 2013-01-23 16:07:48 +01:00 committed by Adam Vandenberg
parent 05eb740766
commit 04d22a88b1

View File

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