Rename Composer package to gecka/ident-switch

The roundcube/plugin-installer derives the plugin directory name from
the package name by replacing dashes with underscores. The previous
name gecka/roundcube-ident_switch resulted in plugins/roundcube_ident_switch/.
Renaming to gecka/ident-switch produces the correct plugins/ident_switch/.
This commit is contained in:
Laurent Dinclaux
2026-02-11 01:19:29 +11:00
parent efcca69d43
commit e81002c528
2 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "gecka/roundcube-ident_switch",
"name": "gecka/ident-switch",
"type": "roundcube-plugin",
"description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.",
"homepage": "https://github.com/Gecka-Apps/roundcube-ident_switch",
@@ -51,7 +51,6 @@
},
"extra": {
"roundcube": {
"plugin-name": "ident_switch",
"min-version": "1.6",
"sql-dir": "SQL"
}