From e70a2cfcae599b859e3840e819c94f9efef19a8f Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 23 Aug 2024 13:05:15 +0530 Subject: [PATCH] ttrss: Remove unavailable Android client - org.fox.tttrss Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/modules/ttrss/manifest.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/plinth/modules/ttrss/manifest.py b/plinth/modules/ttrss/manifest.py index 1bb59be5a..46aa863a6 100644 --- a/plinth/modules/ttrss/manifest.py +++ b/plinth/modules/ttrss/manifest.py @@ -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'),