Fix cyberduck homepage to use SSL

Saves the roundtrip for the redirect from the web server and moreover SSL should be the preferred default.
This commit is contained in:
Jan Sauer 2015-06-01 19:12:34 +02:00
parent 556e1592c6
commit 6c9ff7026c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cask :v1 => 'cyberduck' do
appcast 'https://version.cyberduck.io/changelog.rss',
:sha256 => '8d3c4f2c2b0ec3f83a3230b38b1dfaabb25a05b5a91c4d316a6c4ef0c0fe4de8'
name 'Cyberduck'
homepage 'http://cyberduck.io/'
homepage 'https://cyberduck.io/'
license :gpl
app 'Cyberduck.app'