qt-creator.rb: change license

This commit is contained in:
scribblemaniac 2015-06-30 14:47:49 -06:00 committed by Vítor Galvão
parent 889e61dfad
commit c776807d12
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'qt-creator' do
url "http://download.qt-project.org/official_releases/qtcreator/#{version.sub(%r{^(\d+\.\d+).*},'\1')}/#{version}/qt-creator-opensource-mac-x86_64-#{version}.dmg"
name 'Qt Creator'
homepage 'http://www.qt.io/developers/'
license :oss
license :gpl
app 'Qt Creator.app'
end