diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/thrift.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index f8e6b2e19..d6c9f4e5f 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -80,7 +80,7 @@ class Thrift < Formula gem install thrift To install PHP extension for e.g. PHP 5.5: - brew install josegonzalez/php/php55-thrift + brew install homebrew/php/php55-thrift EOS end end 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) |
