Fix homepage to use SSL in Tactor 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 03:16:20 +02:00
parent 7f27efa674
commit 10be5413a2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cask :v1 => 'tactor' do
name 'Tactor'
appcast 'https://onflapp.appspot.com/tactor',
:sha256 => 'de6620c8fd971681e356f2c24280ae9d38d09b78cafd2f25593fe50a235fd997'
homepage 'http://onflapp.wordpress.com/tactor/'
homepage 'https://onflapp.wordpress.com/tactor/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Tactor.app'