bless alanthing/homebrew-apachemod

Add external tap to default search path, and recommend it for packaging
Apache Modules.
This commit is contained in:
Adam Vandenberg 2012-09-01 18:51:39 -07:00
parent 8c55acacb4
commit 788b556a3e

View File

@ -34,6 +34,7 @@ module Homebrew extend self
threads = []
results = []
threads << Thread.new { search_tap "josegonzalez", "php", rx }
threads << Thread.new { search_tap "alanthing", "homebrew-apachemod", 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 }