From bbcf9ef6ca70950b9e69882cadbe6bdcc6ff224e Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Wed, 14 Dec 2022 21:51:41 -0500 Subject: [PATCH] Correct project name, license and description Source of info: https://tiki.org/Facts --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b858da6..3ff1bca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,15 @@ { - "name": "Tiki", + "name": "Tiki Wiki CMS Groupware", "id": "tiki", "packaging_format": 1, "description": { - "en": "Wiki engine", - "fr": "Moteur de wiki" + "en": "The Free / Libre / Open Source Web Application with the most built-in features", + "fr": "L'application Web libre dotée du plus grand nombre de fonctionnalités intégrées" }, "version": "24.0~ynh1", "url": "https://tiki.org/", "upstream": { - "license": "GPL-2.0-only", + "license": "LGPL-2.1-only", "website": "https://tiki.org/", "demo": "https://tiki.org/Try-Tiki", "admindoc": "https://doc.tiki.org",