diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-01-29 08:33:46 +1000 |
---|---|---|
committer | Max <post@wickenrode.com> | 2016-02-07 14:46:22 +0100 |
commit | f4f04bdbeac0580ef8d1b61c5934d1329359ec84 (patch) | |
tree | 76d939cb49913d595195e2039fbc227975a3d1cb /Resources/Plists/Info.plist | |
parent | 07135224f778af661737a83f93daaf5f092e6d7d (diff) | |
download | sequelpro-f4f04bdbeac0580ef8d1b61c5934d1329359ec84.tar.gz sequelpro-f4f04bdbeac0580ef8d1b61c5934d1329359ec84.tar.bz2 sequelpro-f4f04bdbeac0580ef8d1b61c5934d1329359ec84.zip |
switch sparkle to SSL
Diffstat (limited to 'Resources/Plists/Info.plist')
-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 2ba52aa3..f5dc2ff0 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -232,7 +232,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> |