Fix the name because adamv doesn't know what he's doing.

This commit is contained in:
Adam Vandenberg 2012-09-01 19:01:56 -07:00
parent 788b556a3e
commit 31d70b5c33

View File

@ -34,7 +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 "alanthing", "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 }