Fix homepage to use SSL in MAMP 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-09 23:03:03 +02:00
parent f8eaec3f48
commit 8a2f71359c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'mamp' do
url "http://downloads.mamp.info/MAMP-PRO/releases/#{version}/MAMP_MAMP_PRO_#{version}.pkg"
name 'MAMP'
homepage 'http://www.mamp.info/'
homepage 'https://www.mamp.info/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "MAMP_MAMP_PRO_#{version}.pkg"