diff options
| author | Mike McQuaid | 2017-04-01 12:02:24 +0100 | 
|---|---|---|
| committer | GitHub | 2017-04-01 12:02:24 +0100 | 
| commit | 7e32da8fab2c277be6d432153bd101751975c3e0 (patch) | |
| tree | c2c447f6435a13b3603ba2d6be74f19830062352 /Library/Homebrew/missing_formula.rb | |
| parent | e30eeb3d1b77b044ddce7852893d0a87bd7ed277 (diff) | |
| parent | 18c7254ecddc67851e9aa087eabd203b336d62e8 (diff) | |
| download | brew-7e32da8fab2c277be6d432153bd101751975c3e0.tar.bz2 | |
Merge pull request #2432 from jonchang/pil
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 b7e22748f..5b903b899 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. | 
