From efe84419b138a5e381ef1908239dd6af1a43bd87 Mon Sep 17 00:00:00 2001 From: fred1m Date: Sat, 2 May 2020 16:02:17 +0200 Subject: [PATCH] mumble: Add Mumla to the list of clients * `py.test-3 plinth/modules/mumble/manifest.py` said only two warnings (could not create cache path {path}) * `sudo -u plinth /vagrant/run --develop` and https://localhost:4430/ had show me what I expected Reviewed-by: Sunil Mohan Adapa --- plinth/modules/mumble/manifest.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plinth/modules/mumble/manifest.py b/plinth/modules/mumble/manifest.py index 3c57fb641..3dfcca553 100644 --- a/plinth/modules/mumble/manifest.py +++ b/plinth/modules/mumble/manifest.py @@ -55,6 +55,15 @@ clients = validate([{ 'store_name': 'app-store', 'url': 'https://itunes.apple.com/dk/app/mumblefy/id858752232' }] +}, { + 'name': + _('Mumla'), + 'platforms': [{ + 'type': 'store', + 'os': 'android', + 'store_name': 'f-droid', + 'url': store_url('f-droid', 'se.lublin.mumla') + }] }]) backup = validate_backup({'data': {'directories': ['/var/lib/mumble-server']}})