From f923729726834d1e2fda82d1edd229c8f3aa5875 Mon Sep 17 00:00:00 2001 From: bitcoin3us <115934595+bitcoin3us@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:39:41 +0100 Subject: [PATCH] Lightning Piggy: correct publisher to The Lightning Piggy Project "LightningPiggy Foundation" is not the correct name of the project. The AppStore app shows this string as the app's developer/publisher, so the listing was displaying the wrong name. Publisher string only: version and download_url are left at 0.7.2 so the existing .mpk keeps resolving. --- app_index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_index.json b/app_index.json index 049f1b2..a4cfe64 100644 --- a/app_index.json +++ b/app_index.json @@ -1,7 +1,7 @@ [ { "name": "Lightning Piggy", - "publisher": "LightningPiggy Foundation", + "publisher": "The Lightning Piggy Project", "short_description": "Display wallet that shows balance, transactions, receive QR code etc.", "long_description": "See https://www.LightningPiggy.com", "fullname": "com.lightningpiggy.displaywallet",