1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

[fix] Manifest linter (#5)

This commit is contained in:
ljf (zamentur) 2018-05-27 17:19:23 +02:00 committed by GitHub
parent 4416502a52
commit 320d667e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View file

@ -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" 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

View file

@ -6,15 +6,18 @@
"en": "Member dashboard for non profit isp.", "en": "Member dashboard for non profit isp.",
"fr": "Coin est un Outil pour un Internet Neutre." "fr": "Coin est un Outil pour un Internet Neutre."
}, },
"license": "free",
"maintainer": { "maintainer": {
"name": "ljf", "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": { "requirements": {
"yunohost": ">> 2.5.0" "yunohost": ">> 2.5.0"
}, },
"version": "20170802", "version": "20170802~ynh1",
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
], ],