[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: update github url (#38)

authored by

Willow (GHOST) and committed by
GitHub
(May 24, 2026, 9:56 PM +0100) 0956472b 042b7a15

+3 -3
+1 -1
BUILD.md
··· 30 30 Preferred fresh clone: 31 31 32 32 ```sh 33 - git clone --recurse-submodules https://github.com/thefrontside/clayterm.git 33 + git clone --recurse-submodules https://github.com/bombshell-dev/clayterm.git 34 34 cd clayterm 35 35 ``` 36 36
+2 -2
tasks/build-npm.ts
··· 31 31 license: "MIT", 32 32 repository: { 33 33 type: "git", 34 - url: "git+https://github.com/thefrontside/clayterm.git", 34 + url: "git+https://github.com/bombshell-dev/clayterm.git", 35 35 }, 36 36 bugs: { 37 - url: "https://github.com/thefrontside/clayterm/issues", 37 + url: "https://github.com/bombshell-dev/clayterm/issues", 38 38 }, 39 39 engines: { 40 40 node: ">= 16",