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

Update manifest

This commit is contained in:
Kayou 2019-02-01 01:19:54 +01:00
parent a781f73d9b
commit 52bfd62792
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -1,17 +1,25 @@
{ {
"name": "DotClear 2", "name": "DotClear 2",
"id": "dotclear2", "id": "dotclear2",
"packaging_format": 1,
"description": { "description": {
"en": "Blog publishing application", "en": "Blog publishing application",
"fr": "Moteur de blog" "fr": "Moteur de blog"
}, },
"license": "GPL-3", "version": "2.14.3~ynh1",
"license": "GPL-2.0-or-later",
"url": "https://dotclear.org/",
"maintainer": { "maintainer": {
"name": "rgarrigue", "name": "rgarrigue",
"email": "remy.garrigue@gmail.com", "email": "remy.garrigue@gmail.com",
"url": "http://garrigue.re" "url": "http://garrigue.re"
}, },
"multi_instance": "false", "multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": { "arguments": {
"install": [ "install": [
{ {