aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/official_taps.rb2
-rw-r--r--Library/Homebrew/test/dev-cmd/tap_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb
index d2e4753d9..7eace302a 100644
--- a/Library/Homebrew/official_taps.rb
+++ b/Library/Homebrew/official_taps.rb
@@ -1,6 +1,5 @@
OFFICIAL_TAPS = %w[
php
- science
].freeze
OFFICIAL_CASK_TAPS = %w[
@@ -27,6 +26,7 @@ DEPRECATED_OFFICIAL_TAPS = %w[
head-only
nginx
python
+ science
tex
versions
x11
diff --git a/Library/Homebrew/test/dev-cmd/tap_spec.rb b/Library/Homebrew/test/dev-cmd/tap_spec.rb
index 93e9c0ed6..d09d0245f 100644
--- a/Library/Homebrew/test/dev-cmd/tap_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/tap_spec.rb
@@ -16,7 +16,7 @@ describe "brew tap", :integration_test do
.and be_a_success
expect { brew "tap", "--list-official" }
- .to output(%r{homebrew/science}).to_stdout
+ .to output(%r{homebrew/php}).to_stdout
.and not_to_output.to_stderr
.and be_a_success