bless alanthing/homebrew-apachemod
Add external tap to default search path, and recommend it for packaging Apache Modules.
This commit is contained in:
parent
8c55acacb4
commit
788b556a3e
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user