From d1bbbfc7c7ec82b3881782a26ca7a0f1e8a01e58 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Aug 2019 01:49:20 +0200 Subject: [PATCH 1/2] Change default path --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d7c31d0..4d3ef89 100644 --- a/manifest.json +++ b/manifest.json @@ -38,8 +38,8 @@ "en": "Choose a path for Drupal", "fr": "Choisissez un chemin pour Drupal" }, - "example": "/example", - "default": "/example" + "example": "/drupal", + "default": "/drupal" }, { "name": "admin", From ddc626d1949821a1852fa1ba2dc2978536a62070 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 12 Oct 2019 17:19:09 +0200 Subject: [PATCH 2/2] Explain what the app is really about instead of just saying it's "$app for Yunohost" --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d7c31d0..089b3b7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "drupal", "packaging_format": 1, "description": { - "en": "Drupal for YunoHost application.", - "fr": "Drupal pour YunoHost." + "en": "A content management framework written in PHP", + "fr": "Un système de gestion de contenu écrit en PHP" }, "version": "8.7.5~ynh1", "url": "https://www.drupal.org",