Fix homepage to use SSL in Backblaze Downloader 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 00:16:08 +02:00
parent bd1237d57d
commit d6f88fd51e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'backblaze-downloader' do
url 'https://secure.backblaze.com/mac_restore_downloader'
name 'Backblaze Downloader'
homepage 'http://www.backblaze.com/'
homepage 'https://www.backblaze.com/'
license :commercial
app 'Backblaze Downloader.app'