From a64fee48738ab2caf706956b985e5fca07c4298e Mon Sep 17 00:00:00 2001 From: Keysat Date: Sat, 9 May 2026 16:36:48 -0500 Subject: [PATCH] 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). --- start9/0.4/startos/manifest/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start9/0.4/startos/manifest/index.ts b/start9/0.4/startos/manifest/index.ts index 3d677a3..eb558ce 100644 --- a/start9/0.4/startos/manifest/index.ts +++ b/start9/0.4/startos/manifest/index.ts @@ -20,9 +20,9 @@ export const manifest = setupManifest({ id: 'proof-of-work', title: 'Proof of Work', license: 'Proprietary', - packageRepo: 'https://github.com/your-org/proof-of-work-startos', - upstreamRepo: 'https://github.com/your-org/proof-of-work', - marketingUrl: 'https://github.com/your-org/proof-of-work', + packageRepo: 'https://github.com/keysat-xyz/proof-of-work', + upstreamRepo: 'https://github.com/keysat-xyz/proof-of-work', + marketingUrl: 'https://github.com/keysat-xyz/proof-of-work', donationUrl: null, docsUrls: ['https://docs.start9.com/packaging/0.4.0.x/'], description: { short, long },