From 5b94c5af08c75bc23154215d63bdc99bd11c7f83 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 20 Apr 2016 06:35:36 -0400
Subject: [PATCH] Fix plugin name in composer.json

---
 plugins/attachment_reminder/composer.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json
index 7690a31..62942ff 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+",

--
Gitblit v1.9.1