Cakebrew is under GNU GPL

https://github.com/brunophilipe/Cakebrew/blob/master/LICENSE
This commit is contained in:
Yegor Timoschenko 2014-10-16 04:14:50 +07:00
parent 1587705cdd
commit aa7bf2c39f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +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
license :gpl
app 'Cakebrew.app'
end