1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00
This commit is contained in:
liberodark 2019-03-13 14:53:25 +01:00
parent 57fe58661c
commit 777a7dc2e1

View file

@ -1,13 +1,13 @@
{
"name": "PIA",
"id": "pia",
"name": "Redmine",
"id": "redmine",
"packaging_format": 1,
"description": {
"en": "PIA package for YunoHost.",
"fr": "PIA pour YunoHost."
"en": "Redmine package for YunoHost.",
"fr": "Redmine pour YunoHost."
},
"version": "2.0",
"url": "https://github.com/LINCnil/pia",
"version": "4.0",
"url": "https://www.redmine.org/",
"license": "free",
"maintainer": {
"name": "liberodark",
@ -27,8 +27,8 @@
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PIA",
"fr": "Choisissez un nom de domaine pour PIA"
"en": "Choose a domain name for Redmine",
"fr": "Choisissez un nom de domaine pour Redmine"
},
"example": "example.com"
},
@ -37,11 +37,11 @@
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PIA /pia is accepted",
"fr": "Choisissez un chemin pour PIA /pia est accepté"
"en": "Choose a path for Redmine /red is accepted",
"fr": "Choisissez un chemin pour Redmine /red est accepté"
},
"example": "/pia",
"default": "/pia"
"example": "/red",
"default": "/red"
},
{