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 <sunil@medhas.org>
This commit is contained in:
fred1m 2020-05-02 16:02:17 +02:00 committed by Sunil Mohan Adapa
parent c01a04a31d
commit efe84419b1
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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']}})