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:
parent
4416502a52
commit
320d667e1b
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue