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 fund link in manifest

This commit is contained in:
Florent 2024-01-01 15:13:56 +01:00 committed by GitHub
parent 65bb0578cb
commit 4dbd9be48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ license = "AGPL-3.0-or-later"
website = "https://maunium.net/go/mautrix-whatsapp/" website = "https://maunium.net/go/mautrix-whatsapp/"
code = "https://github.com/mautrix/whatsapp" code = "https://github.com/mautrix/whatsapp"
admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html" admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html"
fund = "https://github.com/sponsors/tulir"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
@ -23,7 +24,7 @@ ldap = false
sso = false sso = false
disk = "100M" disk = "100M"
ram.build = "256M" ram.build = "256M"
ram.runtime = "1024M" ram.runtime = "2"
[install] [install]