Fix homepage to use SSL in GitHub 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-05 13:43:11 +02:00
parent 3c532d86ba
commit 6520f23139
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'github' do
url 'https://central.github.com/mac/latest'
name 'GitHub'
homepage 'http://mac.github.com'
homepage 'https://mac.github.com/'
license :oss
app 'GitHub.app'