From 8ec326958b85d1ddb9c328197ce12a18eb02a114 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Apr 2021 23:02:19 +0200 Subject: [PATCH] Cleaning up --- README.md | 4 ++-- README_fr.md | 4 ++-- manifest.json | 14 +------------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9c9bb18..79c5fe6 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ No users support. #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) ## Additionnal informations diff --git a/README_fr.md b/README_fr.md index b8be29d..1bfd490 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,8 @@ Pas de support utilisateurs #### Architectures supportées. -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) ## Informations additionnelles diff --git a/manifest.json b/manifest.json index 6355ec0..51aaea6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Password manager compatible with KeePass.", "fr": "Gestionnaire de mots de passe compatible avec KeePass." }, - "version": "1.7.7~ynh3", + "version": "1.7.7~ynh4", "url": "https://keeweb.info/", "license": "MIT", "maintainer": { @@ -25,29 +25,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Keeweb", - "fr": "Choisissez un nom de domaine pour Keeweb" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Keeweb", - "fr": "Choisissez un chemin pour Keeweb" - }, "example": "/keeweb", "default": "/keeweb" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": false } ]