Skip to content

Commit e4b74f0

Browse files
committed
chore: update github url
1 parent 427deb4 commit e4b74f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The build depends on the `clay` git submodule.
3030
Preferred fresh clone:
3131

3232
```sh
33-
git clone --recurse-submodules https://github.com/thefrontside/clayterm.git
33+
git clone --recurse-submodules https://github.com/bombshell-dev/clayterm.git
3434
cd clayterm
3535
```
3636

tasks/build-npm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ await build({
3131
license: "MIT",
3232
repository: {
3333
type: "git",
34-
url: "git+https://github.com/thefrontside/clayterm.git",
34+
url: "git+https://github.com/bombshell-dev/clayterm.git",
3535
},
3636
bugs: {
37-
url: "https://github.com/thefrontside/clayterm/issues",
37+
url: "https://github.com/bombshell-dev/clayterm/issues",
3838
},
3939
engines: {
4040
node: ">= 16",

0 commit comments

Comments
 (0)