mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
mumble: Updated mumla and removed plumble from clients list
- Added mumla play-store link - Removed pumble entry and plumble var Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
aa54421216
commit
269936ff14
@ -5,8 +5,6 @@ from django.utils.translation import ugettext_lazy as _
|
||||
from plinth.clients import store_url, validate
|
||||
from plinth.modules.backups.api import validate as validate_backup
|
||||
|
||||
_plumble_package_id = 'com.morlunk.mumbleclient'
|
||||
|
||||
clients = validate([{
|
||||
'name':
|
||||
_('Mumble'),
|
||||
@ -32,20 +30,6 @@ clients = validate([{
|
||||
'store_name': 'app-store',
|
||||
'url': 'https://apps.apple.com/us/app/mumble/id443472808'
|
||||
}]
|
||||
}, {
|
||||
'name':
|
||||
_('Plumble'),
|
||||
'platforms': [{
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'f-droid',
|
||||
'url': store_url('f-droid', _plumble_package_id)
|
||||
}, {
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'google-play',
|
||||
'url': store_url('google-play', _plumble_package_id)
|
||||
}]
|
||||
}, {
|
||||
'name':
|
||||
_('Mumblefly'),
|
||||
@ -63,6 +47,11 @@ clients = validate([{
|
||||
'os': 'android',
|
||||
'store_name': 'f-droid',
|
||||
'url': store_url('f-droid', 'se.lublin.mumla')
|
||||
}, {
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'google-play',
|
||||
'url': store_url('google-play', 'se.lublin.mumla')
|
||||
}]
|
||||
}])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user