mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
email_server: Update donation URL to rspamd donation URL
These URLs are meant for supporting the upstream development of apps rather than for FreedomBox (which has its own page). postfix, dovecot and clamav don't seem have a donation mechanism. So, add rspamd's donation URL. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
5ce9f58bb4
commit
41dd78f432
@ -49,7 +49,7 @@ class EmailServerApp(plinth.app.App):
|
||||
short_description=_('Powered by Postfix, Dovecot & Rspamd'),
|
||||
description=_description, manual_page='EmailServer',
|
||||
clients=manifest.clients,
|
||||
donation_url='https://freedomboxfoundation.org/donate/')
|
||||
donation_url='https://rspamd.com/support.html')
|
||||
self.add(info)
|
||||
|
||||
menu_item = plinth.menu.Menu(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user