diff options
| author | Adam Vandenberg | 2012-09-01 18:51:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-01 18:51:39 -0700 |
| commit | 7a112696c8a5a054af84a72f9d1e4ad398f9b306 (patch) | |
| tree | 84d77b90c84ecd4c966b766fa9cfb3a48f1f9398 /Library/Homebrew/cmd | |
| parent | fdf9f33fd730b04160d414530118b6c7b01629d6 (diff) | |
| download | homebrew-7a112696c8a5a054af84a72f9d1e4ad398f9b306.tar.bz2 | |
bless alanthing/homebrew-apachemod
Add external tap to default search path, and recommend it for packaging
Apache Modules.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 4f2481db9..cf17b3619 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 } |
