Fix homepage to use SSL in Dump Truck 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 23:43:24 +02:00
parent bd1237d57d
commit c9487590d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'dump-truck' do
url 'https://www.goldenfrog.com/downloads/dumptruck/dumptruck.dmg'
name 'Dump Truck'
homepage 'http://www.goldenfrog.com/dumptruck'
homepage 'https://www.goldenfrog.com/dumptruck'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Dump Truck.app'