From eccc96babfa4cf40fb40718edf2693deda263614 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 10 Apr 2014 11:21:31 +0100 Subject: Migrate homebrew-php to Homebrew organization. --- Library/Formula/thrift.rb | 2 +- Library/Homebrew/cmd/search.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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) -- cgit v1.2.3