aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorTony Ta2016-06-30 12:47:15 -0700
committerMartin Afanasjew2016-06-30 21:47:15 +0200
commit3e309d4643ab52ce823b8733d72f8665133dbf5e (patch)
tree2e4e5c68ee07606f01b20ecbfbfb5abba42a7eeb /Library/Homebrew
parent0926f920dc48e297d569363acbb46d1058c6ba73 (diff)
downloadbrew-3e309d4643ab52ce823b8733d72f8665133dbf5e.tar.bz2
blacklist: update URLs and MacRuby message (#406)
* updates link for installing pip * the macruby project has been abandoned and the website is gone
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/blacklist.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index ac4e23a48..65a6dc136 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -17,15 +17,15 @@ def blacklisted?(name)
Homebrew provides pip via: `brew install python`. However you will then
have two Pythons installed on your Mac, so alternatively you can install
pip via the instructions at:
-
- https://pip.readthedocs.org/en/stable/installing/#install-pip
+ 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`.
EOS
when "macruby" then <<-EOS.undent
- MacRuby works better when you install their package:
- http://www.macruby.org/
+ MacRuby is not packaged and is on an indefinite development hiatus.
+ You can read more about it at:
+ https://github.com/MacRuby/MacRuby
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."