Fix homepage to use SSL in Skitch 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 03:13:06 +02:00
parent 7f27efa674
commit efc2f4f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'skitch' do
url "http://cdn1.evernote.com/skitch/mac/release/Skitch-#{version}.zip"
name 'Skitch'
homepage 'http://evernote.com/skitch/'
homepage 'https://evernote.com/skitch/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Skitch.app'