chore: Fixed plugin description

This commit is contained in:
Aerex 2020-09-28 23:53:32 -05:00
parent 4140ded5b3
commit a875bd8e2b
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class Plugin extends ServerPlugin {
return [ return [
'name' => $this->getPluginName(), 'name' => $this->getPluginName(),
'description' => 'The plugin provides synchronization between taskwarrior tasks and iCAL events', 'description' => 'The plugin provides synchronization between remote storages and iCAL todo events',
'link' => null, 'link' => null,
'config' => true 'config' => true
]; ];