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:
Joseph Nuthalapati 2024-08-23 13:05:15 +05:30 committed by Sunil Mohan Adapa
parent 790c6f6837
commit e70a2cfcae
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -5,16 +5,6 @@ from django.utils.translation import gettext_lazy as _
from plinth.clients import store_url
clients = [
{
'name':
_('Tiny Tiny RSS (TTTRSS)'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'org.fox.tttrss')
}]
},
{
'name':
_('TTRSS-Reader'),