aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-04-10 11:21:31 +0100
committerMike McQuaid2014-04-10 16:22:24 +0100
commit513a1f2ebd93775b7ca2689fd3cf967f4f717fcd (patch)
tree5f45ecff38e1f2adee21255095ac2f0c79442710 /Library
parentf6c6d0f60ec66a49761af9ebbea7c1da14ebcd52 (diff)
downloadbrew-513a1f2ebd93775b7ca2689fd3cf967f4f717fcd.tar.bz2
Migrate homebrew-php to Homebrew organization.
Diffstat (limited to 'Library')
-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 2d83d8182..f300f38d8 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)