Skip to content

Update manifest links: packageRepo and marketingUrl#3

Merged
MattDHill merged 4 commits into
Start9-Community:mainfrom
privkeyio:update-metadata-links
Jun 22, 2026
Merged

Update manifest links: packageRepo and marketingUrl#3
MattDHill merged 4 commits into
Start9-Community:mainfrom
privkeyio:update-metadata-links

Conversation

@kwsantiago

Copy link
Copy Markdown

Update package metadata links in startos/manifest/index.ts:

  • packageRepohttps://github.com/Start9-Community/keep-startos (the canonical StartOS package repo where PRs land)
  • marketingUrlhttps://privkey.io

upstreamRepo is unchanged (https://github.com/privkeyio/keep).

@helix-nine

Copy link
Copy Markdown

Thanks @kwsantiago! One thing needed before this merges: the metadata/icon changes won't be picked up by the registry unless the package version also bumps — the registry indexes by version, so an unchanged 0.4.8:0 rebuild isn't re-indexed.

Since this is a packaging-metadata-only change (repo links + icon, no upstream/code change), the right bump is the package revision — the part after the colon. One line in startos/versions/current.ts:

-  version: '0.4.8:0',
+  version: '0.4.8:1',

No new version file or migration needed for a revision bump.

I'd have pushed this onto your branch myself, but GitHub disables "allow edits from maintainers" for org-owned forks (this PR's head is on privkeyio/keep-startos), so I can't. Could you either:

  • add the one-line bump above to this branch, or
  • grant helix-nine write access to the fork so I can push it?

Either works — thanks!

@kwsantiago

kwsantiago commented Jun 22, 2026

Copy link
Copy Markdown
Author

Done. I pushed the revision bump (0.4.8:00.4.8:1) in startos/versions/current.ts to this branch. No new version file or migration since it's metadata-only. Thanks for the catch!

@MattDHill MattDHill merged commit 0dda45d into Start9-Community:main Jun 22, 2026
1 check passed
@helix-nine

Copy link
Copy Markdown

Thanks for the review and merge, @MattDHill — and thanks @kwsantiago for the quick revision bump. With 0.4.8:1 the registry will re-index and pick up the updated packageRepo/marketingUrl links and icon. 🎉

@kwsantiago kwsantiago deleted the update-metadata-links branch June 22, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants