From a2ae9e3673b02833ea0f51236c64e784167bc8ac Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Sat, 23 May 2026 21:53:38 +0100 Subject: [PATCH] chore: update github url --- BUILD.md | 2 +- tasks/build-npm.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index f7c4782..4946ba1 100644 --- a/BUILD.md +++ b/BUILD.md @@ -30,7 +30,7 @@ The build depends on the `clay` git submodule. Preferred fresh clone: ```sh -git clone --recurse-submodules https://github.com/thefrontside/clayterm.git +git clone --recurse-submodules https://github.com/bombshell-dev/clayterm.git cd clayterm ``` diff --git a/tasks/build-npm.ts b/tasks/build-npm.ts index 7259863..988e725 100644 --- a/tasks/build-npm.ts +++ b/tasks/build-npm.ts @@ -31,10 +31,10 @@ await build({ license: "MIT", repository: { type: "git", - url: "git+https://github.com/thefrontside/clayterm.git", + url: "git+https://github.com/bombshell-dev/clayterm.git", }, bugs: { - url: "https://github.com/thefrontside/clayterm/issues", + url: "https://github.com/bombshell-dev/clayterm/issues", }, engines: { node: ">= 16",