diff --git a/README.md b/README.md index 2dc4d59..fb579d7 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Install the system dependencies below to build this project by following the ins Clone the Webtop package repository locally. ``` -git clone git@github.com:remcoros/webtop-sparrow-startos.git -cd webtop-sparrow-startos +git clone git@github.com:remcoros/sparrow-webtop-startos.git +cd sparrow-webtop-startos ``` ## Building @@ -58,7 +58,7 @@ start-cli auth login make install ``` -**Tip:** You can also install the webtop-sparrow.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section. +**Tip:** You can also install the sparrow-webtop.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section. ## Verify Install diff --git a/manifest.yaml b/manifest.yaml index ce8bc04..38a57d0 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,10 +1,10 @@ -id: webtop-sparrow +id: sparrow-webtop title: "Sparrow" version: 1.8.2.1 release-notes: | Sparrow 1.8.2 on Webtop for StartOS license: GPLv3 -wrapper-repo: "https://github.com/remcoros/webtop-sparrow-startos" +wrapper-repo: "https://github.com/remcoros/sparrow-webtop-startos" upstream-repo: "https://github.com/sparrowwallet/sparrow" support-site: "https://github.com/sparrowwallet/sparrow/issues" marketing-site: "https://sparrowwallet.com/" diff --git a/scripts/procedures/healthChecks.ts b/scripts/procedures/healthChecks.ts index ab4db64..6b30976 100644 --- a/scripts/procedures/healthChecks.ts +++ b/scripts/procedures/healthChecks.ts @@ -1,5 +1,5 @@ import { types as T, healthUtil } from "../deps.ts"; export const health: T.ExpectedExports.health = { - "web-ui": healthUtil.checkWebUrl("http://webtop-sparrow.embassy:3000") + "web-ui": healthUtil.checkWebUrl("http://sparrow-webtop.embassy:3000") }