Fix homepage to use SSL in Consul 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 13:48:45 +02:00
parent dbae00377c
commit 0117f0c854
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'consul' do
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/mitchellh/consul/#{version}_darwin_amd64.zip"
name 'Consul'
homepage 'http://www.consul.io/'
homepage 'https://www.consul.io/'
license :mpl
binary 'consul'