brew-search: search homebrew/apache tap.

This commit is contained in:
Mike McQuaid 2013-01-30 22:15:37 -08:00
parent 1bc460403b
commit 36497f2a5d

View File

@ -34,8 +34,8 @@ module Homebrew extend self
threads = []
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", "apache", 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 }