Specify license of cd-to

This commit is contained in:
ndr 2014-10-11 17:34:56 +01:00
parent 0ae8ea6f07
commit 696bdc0eba

View file

@ -4,7 +4,7 @@ class CdTo < Cask
url "https://github.com/jbtule/cdto/releases/download/#{version.gsub('.', '_')}/cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}.zip"
homepage 'https://github.com/jbtule/cdto'
license :oss
license :mit
app "cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}/terminal/cd to.app"
end