Replace placeholder manifest URLs with real keysat-xyz/proof-of-work

packageRepo + upstreamRepo now point at the public GitHub repo where
this code will live. marketingUrl set to null (not yet a landing page).
This commit is contained in:
Keysat
2026-05-09 16:36:48 -05:00
parent 97ed07fd07
commit a64fee4873
+3 -3
View File
@@ -20,9 +20,9 @@ export const manifest = setupManifest({
id: 'proof-of-work', id: 'proof-of-work',
title: 'Proof of Work', title: 'Proof of Work',
license: 'Proprietary', license: 'Proprietary',
packageRepo: 'https://github.com/your-org/proof-of-work-startos', packageRepo: 'https://github.com/keysat-xyz/proof-of-work',
upstreamRepo: 'https://github.com/your-org/proof-of-work', upstreamRepo: 'https://github.com/keysat-xyz/proof-of-work',
marketingUrl: 'https://github.com/your-org/proof-of-work', marketingUrl: 'https://github.com/keysat-xyz/proof-of-work',
donationUrl: null, donationUrl: null,
docsUrls: ['https://docs.start9.com/packaging/0.4.0.x/'], docsUrls: ['https://docs.start9.com/packaging/0.4.0.x/'],
description: { short, long }, description: { short, long },