mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
update manifest
This commit is contained in:
parent
25a897a477
commit
21b15fe1bd
1 changed files with 6 additions and 7 deletions
|
@ -3,15 +3,14 @@
|
|||
"id": "monica",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Example package for YunoHost application.",
|
||||
"fr": "Exemple de package d’application pour YunoHost."
|
||||
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family. https://monicahq.com"
|
||||
},
|
||||
"url": "https://monica.com",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "John doe",
|
||||
"email": "john.doe@monica.com",
|
||||
"url": "http://monica.com"
|
||||
"name": "Sebastian Gumprich",
|
||||
"email": "yunohost@gumpri.ch",
|
||||
"url": "http://github.com/rndmh3ro/monica_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
|
@ -59,7 +58,7 @@
|
|||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"default": true
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
|
@ -68,7 +67,7 @@
|
|||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en"],
|
||||
"default": "fr"
|
||||
"default": "en"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue