diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:54:54 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:36 +0200 |
commit | 3d83ecaa9d232e89efec9202eac48ca1565a8b02 (patch) | |
tree | da16133b5d65440b2ede43258f12b31b11adbd46 /plugins/testplugin/src | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'plugins/testplugin/src')
-rw-r--r-- | plugins/testplugin/src/testplug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/testplugin/src/testplug.cpp b/plugins/testplugin/src/testplug.cpp index 2edf570fec..5a18377eda 100644 --- a/plugins/testplugin/src/testplug.cpp +++ b/plugins/testplugin/src/testplug.cpp @@ -1,6 +1,6 @@ /*
Miranda NG plugin template
-http://miranda-ng.org/
+https://miranda-ng.org/
This file is placed in the public domain. Anybody is free to use or
modify it as they wish with no restriction.
@@ -26,7 +26,7 @@ PLUGININFOEX pluginInfo = { "J. Random Hacker",
"noreply@sourceforge.net",
"© 2002 J. Random Hacker",
- "http://miranda-ng.org/",
+ "https://miranda-ng.org/",
UNICODE_AWARE, //not transient
// Generate your own unique id for your plugin.
// Do not use this UUID!
|