add license stanza to coteditor

This commit is contained in:
Roland Walker 2014-10-01 11:32:42 -04:00
parent 6c09dfb41d
commit 5a3d600ce9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class Coteditor < Cask
url "https://github.com/coteditor/CotEditor/releases/download/#{version}/CotEditor_#{version}.dmg"
appcast 'http://coteditor.github.io/appcast.xml'
homepage 'http://coteditor.github.io/'
license :oss
app 'CotEditor.app'
end