calibre: Add link to donation page

- This is the link open by the desktop application when donate button is hit.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-10-11 20:16:29 -07:00 committed by James Valleroy
parent 9aceb33597
commit f9fd278e8c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -60,7 +60,8 @@ class CalibreApp(app_module.App):
name=_('calibre'), icon_filename='calibre',
short_description=_('E-book Library'),
description=_description, manual_page='calibre',
clients=clients)
clients=clients,
donation_url='https://calibre-ebook.com/donate')
self.add(info)
menu_item = menu.Menu('menu-calibre', info.name,