diff options
Diffstat (limited to 'plugins/ZeroNotification')
-rw-r--r-- | plugins/ZeroNotification/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index 2f2221fbf4..e612a636c8 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -6,7 +6,7 @@ His plugin NoSound can be found at: http://anders.nilsson.net/programs/miranda
Miranda can be found here:
-http://nightly.miranda.im/
+http://miranda-ng.org/
*/
#include "version.h"
@@ -45,7 +45,7 @@ PLUGININFOEX pluginInfoEx = { AUTHOR,
"",
COPYRIGHT,
- "",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
UID
};
|