diff options
| author | Jonathan Chang | 2017-04-01 03:32:25 -0700 | 
|---|---|---|
| committer | Jonathan Chang | 2017-04-01 03:33:47 -0700 | 
| commit | 18c7254ecddc67851e9aa087eabd203b336d62e8 (patch) | |
| tree | 70d5394afa1cf2319b697963f76868f1f56fe517 /Library/Homebrew/missing_formula.rb | |
| parent | 8b682e22cd3f7a7f6836ba88c6ccf1f938477e0a (diff) | |
| download | brew-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.rb | 2 | 
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. | 
