From 700be9eb9d8145cb869553e4e3a18a6854f7103e Mon Sep 17 00:00:00 2001 From: alf Date: Sun, 9 Jan 2022 16:08:42 +0300 Subject: [PATCH] fix composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fa232f..4bac337 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "AlfnRU/password_recovery", + "name": "alfnru/password_recovery", "type": "roundcube-plugin", "description": "Plugin that adds functionality so that a user can create a new password if the original is lost.", "homepage": "https://github.com/AlfnRU/roundcube-password_recovery/",