From dbbc27eb7a9a38f15526152f6e4122b51ef8638c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 17 Feb 2021 18:01:55 +0100 Subject: [PATCH] The 'description' should explain what the app actually does. No need to say that it is 'for YunoHost' - this is a YunoHost app so of course we know it is for YunoHost ;-). --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 37f8d88..e53d22c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "phpinfo", "packaging_format": 1, "description": { - "en": "A simple phpinfo for YunoHost." + "en": "A simple phpinfo." }, "version": "1.0~ynh1", "url": "https://www.php.net/manual/fr/function.phpinfo.php",