Fix homepage to use SSL in Corona SDK Cask

The HTTP URL is already getting redirected to HTTPS. Using the HTTPS URL directly
makes it more secure and saves a HTTP round-trip.
This commit is contained in:
Jan Sauer 2015-06-11 02:38:57 +02:00
parent a326277867
commit 4457ec2bfa
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'coronasdk' do
url 'http://developer.coronalabs.com/sites/default/files/CoronaSDK-2014.2511.dmg'
name 'Corona SDK'
homepage 'http://coronalabs.com/products/corona-sdk'
homepage 'https://coronalabs.com/products/corona-sdk/'
license :gratis
suite 'CoronaSDK'