mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
add services in manifest
This commit is contained in:
parent
aca78ef82a
commit
63272d0470
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"version": "0.1.4~ynh1",
|
||||
"url": "https://github.com/tulir/mautrix-whatsapp",
|
||||
"license": "AGPL3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
"name": "Gredin67",
|
||||
"email": "mautrix_whatsapp@neutralite.org",
|
||||
|
@ -18,6 +18,9 @@
|
|||
"yunohost": ">= 4.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"postgresql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue