From 488f46a7e9dbdc6a36da649f83cea76c32042fe0 Mon Sep 17 00:00:00 2001 From: Dante Date: Thu, 25 Aug 2022 11:11:05 +0100 Subject: [PATCH] Add missing upstream keys in manifest --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 6f61019..3bdbf04 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,8 @@ "url": "https://github.com/mautrix/whatsapp", "upstream": { "license": "AGPL-3.0-or-later", + "website": "https://maunium.net/go/mautrix-whatsapp/", + "demo": "", "admindoc": "https://docs.mau.fi/bridges/go/whatsapp/index.html", "code": "https://github.com/mautrix/whatsapp" },