diff options
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 59bcfc8fb..77fbea4a8 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,7 +2,7 @@ require 'formula' class Node < Formula url 'http://nodejs.org/dist/node-v0.4.8.tar.gz' - head 'git://github.com/joyent/node.git' + head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' md5 '22c9f69370069fe81678592cc8ae48f1' |
