mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ttrss: add donation url
Signed-off-by: nbenedek <contact@nbenedek.me> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
8697e5a000
commit
0a47b38c6d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user