From bd6780b81decaa9908b1267251a0434a03e0b717 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Sun, 8 Mar 2026 12:03:33 +0000 Subject: [PATCH] wireguard: Remove client entry for F-Droid which is not available Link to the F-Droid WireGuard package returns 404 Not Found. WireGuard seems to no longer be packaged by F-Droid. Signed-off-by: Frederico Gomes Reviewed-by: Sunil Mohan Adapa --- plinth/modules/wireguard/manifest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plinth/modules/wireguard/manifest.py b/plinth/modules/wireguard/manifest.py index c7e9732e5..471bf6b30 100644 --- a/plinth/modules/wireguard/manifest.py +++ b/plinth/modules/wireguard/manifest.py @@ -24,11 +24,6 @@ clients = [{ 'type': 'package', 'format': 'deb', 'name': 'wireguard' - }, { - 'type': 'store', - 'os': 'android', - 'store_name': 'f-droid', - 'url': store_url('f-droid', _wireguard_package_id) }, { 'type': 'store', 'os': 'android',