aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-03 19:53:54 -0700
committerAdam Vandenberg2012-08-03 19:53:54 -0700
commit2c4f73056edb5a4f6414db25bb16c0beea1c7ac0 (patch)
tree228d53341ba2ba7e8ce749dd72d8b00a35067fad /Library/Homebrew/blacklist.rb
parent755a717f82fc4f502616fdfb274db50167bdb517 (diff)
downloadhomebrew-2c4f73056edb5a4f6414db25bb16c0beea1c7ac0.tar.bz2
blacklist: update npm location
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index a119f82e8..eb1322694 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -48,7 +48,7 @@ def blacklisted? name
Homebrew does not provide npm because it is self-updating. To install it, first
`brew install nodejs' and then:
- curl http://npmjs.org/install.sh | sh
+ curl https://npmjs.org/install.sh | sh
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."