Update bob license from oss to mit

https://github.com/casperstorm/Bob/blob/development/README.md Although I cannot find the actual text of the license as required by the MIT license...
This commit is contained in:
Amory Meltzer 2015-01-31 10:16:41 -08:00
parent 5d615aeb11
commit e4bf12d02e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'bob' do
url "https://github.com/casperstorm/Bob/releases/download/#{version}/Bob.zip"
homepage 'https://github.com/casperstorm/Bob'
license :oss
license :mit
app 'Bob.app'
end