From 0cdfce4cc1b7905f2bedb895150151d5fabd81b1 Mon Sep 17 00:00:00 2001 From: seckl <9027381-seckl@users.noreply.gitlab.com> Date: Mon, 14 Mar 2022 08:38:35 +0100 Subject: [PATCH] Update .cdb.json --- .cdb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cdb.json b/.cdb.json index 985cdee..8dbc945 100644 --- a/.cdb.json +++ b/.cdb.json @@ -4,8 +4,8 @@ "name": "webchat", "short_description": "Makes the in-game chat accessible through a web browser.", "tags": ["chat"], - "license": "LGPLv3", - "media_license": "LGPLv3", + "license": "LGPL-3.0-or-later", + "media_license": "LGPL-3.0-or-later", "long_description": "This mod makes the in-game chat accessible through a web browser. The mod itself implements the Minetest server-side functions. It also contains example PHP code for the web chat GUI and the interaction with the Minetest server.", "repo": "https://gitlab.com/seckl/webchat.git", "website": "https://gitlab.com/seckl/webchat/",