aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
diff options
context:
space:
mode:
authorDominyk Tiller2017-08-29 04:22:05 +0100
committerDominyk Tiller2017-08-29 12:10:42 +0100
commitc6274b01df033d99d235738c58b9f3b9eadac239 (patch)
tree49b23f7ff62ea123f9c29bd9ccc4942688cf8edd /Library/Homebrew/missing_formula.rb
parent2a75c6c591c6bb0562ed25c84c951f70c9d8d90d (diff)
downloadbrew-c6274b01df033d99d235738c58b9f3b9eadac239.tar.bz2
missing_formula: update for Pillow's removal
Ref: https://github.com/Homebrew/homebrew-core/pull/17341 Ref: https://github.com/Homebrew/homebrew-core/pull/17357
Diffstat (limited to 'Library/Homebrew/missing_formula.rb')
-rw-r--r--Library/Homebrew/missing_formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb
index c3625c8bb..b507fcab1 100644
--- a/Library/Homebrew/missing_formula.rb
+++ b/Library/Homebrew/missing_formula.rb
@@ -31,7 +31,7 @@ module Homebrew
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
EOS
when "pil" then <<-EOS.undent
- Instead of PIL, consider `pip install pillow` or `brew install Homebrew/science/pillow`.
+ Instead of PIL, consider `pip install pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby is not packaged and is on an indefinite development hiatus.