ttrss: add donation url

Signed-off-by: nbenedek <contact@nbenedek.me>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
nbenedek 2022-08-21 21:28:39 +02:00 committed by Joseph Nuthalapati
parent 8697e5a000
commit 0a47b38c6d
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -52,7 +52,8 @@ class TTRSSApp(app_module.App):
short_description=_('News Feed Reader'),
description=_description,
manual_page='TinyTinyRSS',
clients=manifest.clients)
clients=manifest.clients,
donation_url='https://www.patreon.com/cthulhoo')
self.add(info)
menu_item = menu.Menu('menu-ttrss', info.name, info.short_description,