diff options
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/PluginUpdater/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h index ca2028e254..751f66ddca 100644 --- a/plugins/PluginUpdater/src/stdafx.h +++ b/plugins/PluginUpdater/src/stdafx.h @@ -124,7 +124,7 @@ extern struct PlugOptions #define NEW_FILENAME FILENAME_X64
#endif
-#define PLUGIN_INFO_URL L"http://miranda-ng.org/p/%s"
+#define PLUGIN_INFO_URL L"https://miranda-ng.org/p/%s"
#define DEFAULT_UPDATE_URL_OLD "http://miranda-ng.org/distr/stable/x%platform%"
#define DEFAULT_UPDATE_URL_TRUNK_OLD "http://miranda-ng.org/distr/x%platform%"
diff --git a/plugins/PluginUpdater/src/version.h b/plugins/PluginUpdater/src/version.h index a53435ec94..3e8f5d8dc7 100644 --- a/plugins/PluginUpdater/src/version.h +++ b/plugins/PluginUpdater/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Install and update plugins and other Miranda NG components." #define __AUTHOR "Mataes, George Hazan" #define __AUTHOREMAIL "mataes2007@gmail.com" -#define __AUTHORWEB "http://miranda-ng.org/p/PluginUpdater/" +#define __AUTHORWEB "https://miranda-ng.org/p/PluginUpdater/" #define __COPYRIGHT "© 2012-17 Mataes, George Hazan" |