Fix homepage to use SSL in Munki 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:40:43 +02:00
parent f57b651ef0
commit d26c199074
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'munki' do
url "https://github.com/munki/munki/releases/download/v#{version}/munkitools-#{version}.pkg"
appcast 'https://github.com/munki/munki/releases.atom'
name 'Munki'
homepage 'http://munki.github.io/munki/'
homepage 'https://www.munki.org/munki/'
license :apache
pkg "munkitools-#{version}.pkg"