From e943e22088c20974d5b3e709e8274205eb3a5830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 22 Nov 2020 15:01:59 +0100 Subject: [PATCH] Fix linter warning --- manifest.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index f25402e..6d97a88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,14 @@ { - "package_format": 1, "name": "Gogs", "id": "gogs", "packaging_format": 1, "description": { - "en": "Lightweight git forge", - "fr": "Forge git légère" + "en": "Lightweight Git forge", + "fr": "Forge Git légère" }, "url": "http://gogs.io", "license": "MIT", - "version": "0.11.66~ynh1", + "version": "0.11.66~ynh2", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" @@ -24,7 +23,7 @@ "mysql" ], "requirements": { - "yunohost": ">= 2.7.12" + "yunohost": ">= 3.8.1" }, "arguments": { "install" : [ @@ -60,7 +59,7 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public site ?", + "en": "Is it a public site?", "fr": "Est-ce un site public ?" }, "default": true