From 320d667e1b0ae662a29339777ab7baca8fda4daf Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 27 May 2018 17:19:23 +0200 Subject: [PATCH] [fix] Manifest linter (#5) --- README.md | 3 +++ manifest.json | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e0cdce..c4c4ec2 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ More information on https://code.ffdn.org/FFDN/coin ``` yunohost app install https://github.com/YunoHost-Apps/coin_ynh -a "domain=adherents.arn-fai.net&path=/&email=contact@arn-fai.net&isp_name=ARN&isp_site=//arn-fai.net&admin=ljf" ``` + +## LICENSE of the upstream +Currently, the license is not specified, but it will be a free software. See https://code.ffdn.org/FFDN/coin/issues/152 diff --git a/manifest.json b/manifest.json index c61c6d1..05d0325 100644 --- a/manifest.json +++ b/manifest.json @@ -6,15 +6,18 @@ "en": "Member dashboard for non profit isp.", "fr": "Coin est un Outil pour un Internet Neutre." }, + "license": "free", "maintainer": { "name": "ljf", - "email": "ljf+yunohost@grimaud.me" + "email": "ljf+coin_ynh@grimaud.me", + "url": "https://www.arn-fai.net" }, + "url": "https://code.ffdn.org/FFDN/coin/", "requirements": { "yunohost": ">> 2.5.0" }, - "version": "20170802", - "multi_instance": "false", + "version": "20170802~ynh1", + "multi_instance": false, "services": [ "nginx" ],