add license stanza to node

This commit is contained in:
Roland Walker 2014-10-01 11:33:29 -04:00
parent 602b46bd1b
commit 36c0fc48a3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Node < Cask
url "http://nodejs.org/dist/v#{version}/node-v#{version}.pkg"
homepage 'http://nodejs.org'
license :unknown
pkg "node-v#{version}.pkg"
uninstall :pkgutil => 'org.nodejs'