diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-01-29 08:35:02 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2016-01-29 08:35:02 +1000 |
commit | 97cb6348b06b25a1fe5434d61f6fe4c19decd762 (patch) | |
tree | af2e46e7e149889639900171298702bfea2b89c0 /Resources | |
parent | f4c4300dca0c416c12b3992204778ef9f37981ec (diff) | |
parent | 1fcf6c502549acf6e86b11b0af1d5bf3fc3a0602 (diff) | |
download | sequelpro-97cb6348b06b25a1fe5434d61f6fe4c19decd762.tar.gz sequelpro-97cb6348b06b25a1fe5434d61f6fe4c19decd762.tar.bz2 sequelpro-97cb6348b06b25a1fe5434d61f6fe4c19decd762.zip |
Merge pull request #2389 from abhibeckert/master
switch sparkle to SSL
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index c4a82db9..278ded51 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -240,7 +240,7 @@ <key>SUEnableSystemProfiling</key> <true/> <key>SUFeedURL</key> - <string>http://www.sequelpro.com/appcast/app-releases.xml</string> + <string>https://www.sequelpro.com/appcast/app-releases.xml</string> <key>SUPublicDSAKeyFile</key> <string>sparkle-public-key.pem</string> <key>UTExportedTypeDeclarations</key> |