diff --git a/plugin.json b/plugin.json index 69a6cef..542fa5b 100644 --- a/plugin.json +++ b/plugin.json @@ -1,26 +1,26 @@ { "name": "QueuedTracking", "version": "3.3.3", - "description": "Scale your large traffic Piwik service by queuing tracking requests in Redis for better performance. ", + "description": "Scale your large traffic Matomo service by queuing tracking requests in Redis or MySQL for better performance and reliability when experiencing peaks.", "theme": false, "keywords": ["tracker", "tracking", "queue", "redis"], "license": "GPL v3+", - "homepage": "http://piwik.org", + "homepage": "https://matomo.org", "require": { "piwik": ">=3.8.0-rc2,<4.0.0-b1" }, "support": { - "email": "hello@piwik.org", - "issues": "https://github.com/piwik/plugin-QueuedTracking/issues", - "forum": "https://forum.piwik.org", - "source": "https://github.com/piwik/plugin-QueuedTracking", - "wiki": "https://github.com/piwik/plugin-QueuedTracking/wiki" + "email": "hello@matomo.org", + "issues": "https://github.com/matomo-org/plugin-QueuedTracking/issues", + "forum": "https://forum.matomo.org", + "source": "https://github.com/matomo-org/plugin-QueuedTracking", + "wiki": "https://github.com/matomo-org/plugin-QueuedTracking/wiki" }, "authors": [ { - "name": "Piwik", - "email": "hello@piwik.org", - "homepage": "http://piwik.org" + "name": "Matomo", + "email": "hello@matomo.org", + "homepage": "https://matomo.org" } ] }