Fix homepage to use SSL in Prott 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:47:21 +02:00
parent bd1237d57d
commit bfb3fa41a6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'prott' do
url 'https://prottapp.com/app/gadgets/prott.dmg'
name 'Prott'
homepage 'http://prottapp.com/'
homepage 'https://prottapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Prott.app'