Fix homepage to use SSL in Prezi 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 02:33:17 +02:00
parent f57b651ef0
commit aa2a8f163e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'prezi' do
# akamaihd.net is the official download host per the vendor homepage
url "https://prezi-a.akamaihd.net/desktop/Prezi#{version}.dmg"
name 'Prezi'
homepage 'http://www.prezi.com/'
homepage 'https://prezi.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Prezi.app'