mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
Fix
This commit is contained in:
parent
a3b8447040
commit
e8cecf51f9
2 changed files with 3 additions and 7 deletions
|
@ -15,8 +15,6 @@
|
||||||
upgrade=0
|
upgrade=0
|
||||||
backup_restore=0
|
backup_restore=0
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
incorrect_path=0
|
|
||||||
port_already_use=0
|
|
||||||
change_url=0
|
change_url=0
|
||||||
|
|
||||||
;;; Options
|
;;; Options
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "pagure",
|
"id": "pagure",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.4"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Pagure is a git-centered forge, python based using pygit2."
|
"en": "Pagure is a git-centered forge, python based using pygit2."
|
||||||
|
@ -23,8 +23,7 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "domain.org"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -42,8 +41,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "simon"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue