add license stanza to dropletmanager

This commit is contained in:
Roland Walker 2014-10-01 11:32:47 -04:00
parent 41d547d854
commit e38908093d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Dropletmanager < Cask
url "https://github.com/deivuh/DODropletManager-OSX/releases/download/v#{version}/DropletManager.v#{version}.zip"
homepage 'https://github.com/deivuh/DODropletManager-OSX'
license :oss
app 'DropletManager.app'
end