brew search looks in samueljohn/python, too.
Closes Homebrew/homebrew#17267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
05eb740766
commit
04d22a88b1
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user