mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
ttrss: Remove unavailable Android client - org.fox.tttrss
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
790c6f6837
commit
e70a2cfcae
@ -5,16 +5,6 @@ from django.utils.translation import gettext_lazy as _
|
|||||||
from plinth.clients import store_url
|
from plinth.clients import store_url
|
||||||
|
|
||||||
clients = [
|
clients = [
|
||||||
{
|
|
||||||
'name':
|
|
||||||
_('Tiny Tiny RSS (TTTRSS)'),
|
|
||||||
'platforms': [{
|
|
||||||
'type': 'store',
|
|
||||||
'os': 'android',
|
|
||||||
'store_name': 'f-droid',
|
|
||||||
'url': store_url('f-droid', 'org.fox.tttrss')
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'name':
|
'name':
|
||||||
_('TTRSS-Reader'),
|
_('TTRSS-Reader'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user