From 41dd78f4321739efea0e2b07da00a36b3870b95a Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 28 Jan 2022 14:16:00 -0800 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- plinth/modules/email_server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/email_server/__init__.py b/plinth/modules/email_server/__init__.py index cf91d2d22..f790e7cee 100644 --- a/plinth/modules/email_server/__init__.py +++ b/plinth/modules/email_server/__init__.py @@ -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(