Fix homepage to use SSL in Genymotion 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-10 04:49:27 +02:00
parent 495d9325d1
commit ff6ff28cef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cask :v1 => 'genymotion' do
url "http://files2.genymotion.com/genymotion/genymotion-#{version}/genymotion-#{version}.dmg"
name 'Genymotion'
homepage 'http://www.genymotion.com/'
homepage 'https://www.genymotion.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Genymotion.app'