Skip to content

Commit

Permalink
Merge pull request #6 from Start9Labs/main
Browse files Browse the repository at this point in the history
package ID change
  • Loading branch information
remcoros authored Feb 12, 2024
2 parents 6fa97b3 + 70cc54c commit 40ae08f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/healthChecks.ts
Original file line number Diff line number Diff line change
@@ -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")
}

0 comments on commit 40ae08f

Please sign in to comment.