From 788b556a3e83d98c38decbd8a7cdbe6c55795a12 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 1 Sep 2012 18:51:39 -0700 Subject: [PATCH] bless alanthing/homebrew-apachemod Add external tap to default search path, and recommend it for packaging Apache Modules. --- Library/Homebrew/cmd/search.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 4f2481db93..cf17b36191 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -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 }