add license stanza to cakebrew

This commit is contained in:
Roland Walker 2014-10-01 11:32:36 -04:00
parent c5465203f1
commit f99d99acc9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class Cakebrew < Cask
url "https://www.cakebrew.com/files/cakebrew-#{version}.dmg"
appcast 'http://www.cakebrew.com/appcast/profileInfo.php'
homepage 'http://www.cakebrew.com'
license :unknown
app 'Cakebrew.app'
end