From ba2b080dc93139a4fea31bf7c9e007afbffbfd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Thu, 4 Apr 2024 13:03:53 +0200 Subject: [PATCH] fix composer.json format - fix non-canonical license name --- plugins/autologout/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autologout/composer.json b/plugins/autologout/composer.json index 50ebb1aaf1a..0e71146d56e 100644 --- a/plugins/autologout/composer.json +++ b/plugins/autologout/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/autologout", "type": "roundcube-plugin", "description": "Plugin to auto log out users with a POST request sent from an external site.", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.0", "authors": [ {