diff options
| author | Mike McQuaid | 2013-01-30 22:15:37 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-30 22:15:37 -0800 |
| commit | dedc6aec754e248127fed3d098e4614063a073e3 (patch) | |
| tree | b2adea68ae715491d07e1336d3cee95c9710aca0 /Library | |
| parent | ff8f8ff0d9af0835b6fffa135bc4aeadd414008f (diff) | |
| download | homebrew-dedc6aec754e248127fed3d098e4614063a073e3.tar.bz2 | |
brew-search: search homebrew/apache tap.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 60f2452dc..39b70ad8b 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -34,8 +34,8 @@ module Homebrew extend self threads = [] 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", "apache", 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 } |
