Lightning Piggy: correct publisher to "The Lightning Piggy Project" - #3
Lightning Piggy: correct publisher to "The Lightning Piggy Project"#3bitcoin3us wants to merge 1 commit into
Conversation
"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.
|
Does this still make sense, now that apps.MicroPythonOS.com won't be used anymore? Thanks! |
|
This edits |
|
OK I updated it at https://badgehub.eu/page/project/com.lightningpiggy.displaywallet too! |
|
Following up here since this is where the publisher question came up: the rename is important to us — it should be "The Lightning Piggy Project", not "Foundation". The app's manifest already has it (LightningPiggyApp master, version 0.7.3), and BadgeHub derives its I've cut the release: https://github.com/LightningPiggy/LightningPiggyApp/releases/tag/0.7.3 — .mpk attached: https://github.com/LightningPiggy/LightningPiggyApp/releases/download/0.7.3/com.lightningpiggy.displaywallet_0.7.3.mpk (built per the bundling guide; also includes the hero-density and NWC-error-surfacing changes merged since 0.7.2). The BadgeHub project |
Indeed, forgot about that. Done!
That's also my preferred option! I don't see a way to do that myself on BadgeHub.eu so I'll ask the maintainer if they can do that for us :-) |
|
Confirmed via the API: revision 65, author now "The Lightning Piggy Project" — thank you! And great that the ownership transfer is your preference too; whatever the BadgeHub maintainer needs from my side (the account is the one owning |
The Lightning Piggy entry in
app_index.jsonlists the publisher as "LightningPiggy Foundation", which is not the correct name of the project. Changed to "The Lightning Piggy Project".The AppStore app reads this field for the listing and renders it as the app's developer/publisher (
appstore.pypassesapp["publisher"]intoApp, andapp_detail.pyshows it), so the store was displaying the wrong name.Publisher string only:
versionanddownload_urlare deliberately left at0.7.2so the existing.mpkkeeps resolving.Companion PR fixing the same field at the source (the app's own
MANIFEST.JSON, so future publishes carry the correct name): LightningPiggy/LightningPiggyApp#51Note: the BadgeHub.eu listing (now the AppStore's default backend) carries the same name in
app_metadata.author, whichapp_detail.pymaps to the displayed publisher. That is outside this repo and needs a re-publish or listing edit to fully match.🤖 Generated with Claude Code