aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2013-01-30 22:15:37 -0800
committerMike McQuaid2013-01-30 22:15:37 -0800
commit36497f2a5dcd803ae85fbea137a9475cfe69cde4 (patch)
tree7667aeedf620a922b776071b657eff7691b506f3 /Library/Homebrew
parent1bc460403bc690460eac6da739e50321642d5754 (diff)
downloadbrew-36497f2a5dcd803ae85fbea137a9475cfe69cde4.tar.bz2
brew-search: search homebrew/apache tap.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/search.rb2
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 }