From 513a1f2ebd93775b7ca2689fd3cf967f4f717fcd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 10 Apr 2014 11:21:31 +0100 Subject: [PATCH] Migrate homebrew-php to Homebrew organization. --- Library/Homebrew/cmd/search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 2d83d8182d..f300f38d86 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -76,7 +76,6 @@ module Homebrew extend self end SEARCHABLE_TAPS = [ - %w{josegonzalez php}, %w{marcqualie nginx}, %w{Homebrew apache}, %w{Homebrew versions}, @@ -86,6 +85,7 @@ module Homebrew extend self %w{Homebrew completions}, %w{Homebrew binary}, %w{Homebrew python}, + %w{Homebrew php}, ] def query_regexp(query)