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

[enh] manifest: add packaging_format key and fix multi_instance value type

This commit is contained in:
Moul 2016-05-31 17:00:18 +00:00
parent fbcd0bf791
commit 5296475ddf

View file

@ -1,6 +1,7 @@
{ {
"name": "Duniter", "name": "Duniter",
"id": "duniter", "id": "duniter",
"packaging_format": 1,
"description": { "description": {
"en": "Duniter node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of the money. This package permit to join an existing money.", "en": "Duniter node which permits participate to blockchain writing. Monetary system with universal dividend, libre money, relative theory of the money. This package permit to join an existing money.",
"fr": "Nœud Duniter qui permet de participer à lécriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante." "fr": "Nœud Duniter qui permet de participer à lécriture de blocs. Système monétaire à dividende universel, monnaie libre, thérorie relative de la monnaie. Ce paquet permet de rejoindre une monnaie déjà existante."
@ -12,7 +13,7 @@
"email": "moul@moul.re", "email": "moul@moul.re",
"url": "https://moul.re" "url": "https://moul.re"
}, },
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
], ],