diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:44:46 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:32 +0200 |
commit | 59d34a1ab093ac8910c74016fc5135a317eb047a (patch) | |
tree | 991886b4010fca7adfd9a7df6125026d6f9d8ae9 /plugins/MenuItemEx/src | |
parent | 760c3ae475b4b39b486f72c7adb8c1f1d83b440f (diff) |
Change plugin links from http:// to https://
Diffstat (limited to 'plugins/MenuItemEx/src')
-rw-r--r-- | plugins/MenuItemEx/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h index b522c69efe..b93180a4dc 100644 --- a/plugins/MenuItemEx/src/version.h +++ b/plugins/MenuItemEx/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Adds some useful options to a contacts menu."
#define __AUTHOR "Heiko Schillinger, Baloo, Billy_Bons, Robert P\xf6" "sel"
#define __AUTHOREMAIL "micron@nexgo.de; baloo@bk.ru; tatarinov.sergey@gmail.com; robyer@seznam.cz"
-#define __AUTHORWEB "http://miranda-ng.org/p/MenuEx/"
+#define __AUTHORWEB "https://miranda-ng.org/p/MenuEx/"
#define __COPYRIGHT "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-13 Robert P\xf6" "sel"
|