Merge pull request #11713 from jansauer/fix-thunderbird-ssl

Fix homepage to use SSL in Mozilla Thunderbird Cask
This commit is contained in:
Michael 2015-06-10 10:11:46 +08:00
commit 5f368ad67b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'thunderbird' do
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=en-US"
name 'Mozilla Thunderbird'
homepage 'http://www.mozilla.org/en-US/thunderbird/'
homepage 'https://www.mozilla.org/en-US/thunderbird/'
license :mpl
tags :vendor => 'Mozilla'