add license stanza to shuttle

This commit is contained in:
Roland Walker 2014-10-01 11:33:52 -04:00
parent 003bb1e49b
commit cfbdbb4293
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Shuttle < Cask
url "https://github.com/fitztrev/shuttle/releases/download/v#{version}/Shuttle.dmg"
homepage 'http://fitztrev.github.io/shuttle/'
license :oss
app 'Shuttle.app'
end