1
0
Fork 0
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:
Gredin67 2020-12-23 10:13:42 +01:00 committed by GitHub
parent aca78ef82a
commit 63272d0470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
}, },
"version": "0.1.4~ynh1", "version": "0.1.4~ynh1",
"url": "https://github.com/tulir/mautrix-whatsapp", "url": "https://github.com/tulir/mautrix-whatsapp",
"license": "AGPL3", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {
"name": "Gredin67", "name": "Gredin67",
"email": "mautrix_whatsapp@neutralite.org", "email": "mautrix_whatsapp@neutralite.org",
@ -18,6 +18,9 @@
"yunohost": ">= 4.0" "yunohost": ">= 4.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [
"postgresql"
],
"arguments": { "arguments": {
"install": [ "install": [
{ {