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:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user