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",
|
"name": "Redmine",
|
||||||
"id": "pia",
|
"id": "redmine",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "PIA package for YunoHost.",
|
"en": "Redmine package for YunoHost.",
|
||||||
"fr": "PIA pour YunoHost."
|
"fr": "Redmine pour YunoHost."
|
||||||
},
|
},
|
||||||
"version": "2.0",
|
"version": "4.0",
|
||||||
"url": "https://github.com/LINCnil/pia",
|
"url": "https://www.redmine.org/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "liberodark",
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for PIA",
|
"en": "Choose a domain name for Redmine",
|
||||||
"fr": "Choisissez un nom de domaine pour PIA"
|
"fr": "Choisissez un nom de domaine pour Redmine"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
@ -37,11 +37,11 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for PIA /pia is accepted",
|
"en": "Choose a path for Redmine /red is accepted",
|
||||||
"fr": "Choisissez un chemin pour PIA /pia est accepté"
|
"fr": "Choisissez un chemin pour Redmine /red est accepté"
|
||||||
},
|
},
|
||||||
"example": "/pia",
|
"example": "/red",
|
||||||
"default": "/pia"
|
"default": "/red"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue