From 411bec8f5373498f81b3bfd741030c2d327fbe88 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 30 Aug 2025 08:00:49 -0700 Subject: [PATCH] syncthing: Update Android clients to Syncthing-Fork Closes: #2539. - MPL 2.0 is a free software license. https://www.gnu.org/licenses/license-list.html#MPL-2.0 Tests: - Links in the app page work. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/syncthing/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/syncthing/manifest.py b/plinth/modules/syncthing/manifest.py index 5b6c132fb..a04487165 100644 --- a/plinth/modules/syncthing/manifest.py +++ b/plinth/modules/syncthing/manifest.py @@ -4,7 +4,7 @@ from django.utils.translation import gettext_lazy as _ from plinth.clients import store_url -_package_id = 'com.nutomic.syncthingandroid' +_package_id = 'com.github.catfriend1.syncthingandroid' _download_url = 'https://syncthing.net/' clients = [{