mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
update
This commit is contained in:
parent
57fe58661c
commit
777a7dc2e1
1 changed files with 12 additions and 12 deletions
|
@ -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"
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue