mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
[fix] Linter manifest
This commit is contained in:
parent
5a2437906a
commit
bb7ace492a
1 changed files with 16 additions and 5 deletions
|
@ -1,16 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "EtherCalc",
|
"name": "EtherCalc",
|
||||||
"id": "ethercalc",
|
"id": "ethercalc",
|
||||||
|
"packaging_format": 1,
|
||||||
|
"version": "0.20170704.0~ynh1",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
|
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
|
||||||
"fr": "Feuille de calcul collaborative en ligne"
|
"fr": "Feuille de calcul collaborative en ligne"
|
||||||
},
|
},
|
||||||
"developer": {
|
"license": "CPAL-1.0&Artistic-2.0",
|
||||||
"name": "zamentur",
|
"maintainer": {
|
||||||
"email": "valentin@grimaud.me",
|
"name": "ljf",
|
||||||
"url": "https://ethercalc.net/"
|
"email": "ljf+ethercalc_ynh@reflexlibre.net",
|
||||||
|
"url": "https://reflexlibre.net"
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": false,
|
||||||
|
"url": "https://https://ethercalc.net/",
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">= 2.7.2"
|
||||||
|
},
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"redis-server"
|
||||||
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue