From 5b94c5af08c75bc23154215d63bdc99bd11c7f83 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 20 Apr 2016 12:35:36 +0200 Subject: [PATCH] Fix plugin name in composer.json --- plugins/attachment_reminder/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json index 7690a31a2..62942ff21 100644 --- a/plugins/attachment_reminder/composer.json +++ b/plugins/attachment_reminder/composer.json @@ -1,5 +1,5 @@ { - "name": "roundcube/Attachment Reminder", + "name": "roundcube/attachment_reminder", "type": "roundcube-plugin", "description": "This Roundcube plugin reminds the user to attach a file if the composed message text indicates that there should be any.", "license": "GPLv3+",