aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
diff options
context:
space:
mode:
authorJonathan Chang2017-04-01 03:32:25 -0700
committerJonathan Chang2017-04-01 03:33:47 -0700
commit18c7254ecddc67851e9aa087eabd203b336d62e8 (patch)
tree70d5394afa1cf2319b697963f76868f1f56fe517 /Library/Homebrew/missing_formula.rb
parent8b682e22cd3f7a7f6836ba88c6ccf1f938477e0a (diff)
downloadbrew-18c7254ecddc67851e9aa087eabd203b336d62e8.tar.bz2
missing_formula: pillow lives in homebrew/science
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 9c1656aa2..7b71ecfff 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/python/pillow`.
+ Instead of PIL, consider `pip install pillow` or `brew install Homebrew/science/pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby is not packaged and is on an indefinite development hiatus.