diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
commit | ce2d3f2e4ce94e64bfbb31166cadbe9f34c2890b (patch) | |
tree | 0f1c2f04ad416e2977014e4a9977b7c338e4c1e5 /plugins/Actman/actman.dpr | |
parent | 2699cf1e6457f73ea9b43c0f074fc7bf18edd5b6 (diff) |
- convert NEW_GPG to UTF without BOM
- correct links in Deplphi plugins
Diffstat (limited to 'plugins/Actman/actman.dpr')
-rw-r--r-- | plugins/Actman/actman.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/actman.dpr b/plugins/Actman/actman.dpr index 8bcbaa2a8f..b4dc351455 100644 --- a/plugins/Actman/actman.dpr +++ b/plugins/Actman/actman.dpr @@ -77,7 +77,7 @@ begin 'run program and call services';
PluginInfo.author :='Awkward';
PluginInfo.copyright :='(c) 2007-13 Awkward';
- PluginInfo.homepage :='http://code.google.com/p/delphi-miranda-plugins/';
+ PluginInfo.homepage :='https://miranda-ng.org/p/Actman/';
PluginInfo.flags :=UNICODE_AWARE;
PluginInfo.uuid :=MIID_ACTMAN;
end;
|