mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
[mod] use a list for previous_maintainters in manifest
This commit is contained in:
parent
1941a47d8b
commit
f03408e469
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
||||||
"name": "jibec",
|
"name": "jibec",
|
||||||
"email": "jean-baptiste@holcroft.fr"
|
"email": "jean-baptiste@holcroft.fr"
|
||||||
},
|
},
|
||||||
"previous_maintainers": {
|
"previous_maintainers": [{
|
||||||
"name": "mbugeia",
|
"name": "mbugeia",
|
||||||
"email": "maxime@max.privy.place"
|
"email": "maxime@max.privy.place"
|
||||||
},
|
}],
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
|
|
Loading…
Add table
Reference in a new issue