This repository has no description
0

Configure Feed

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

chore: point remaining repo URLs at compoundingtech org (#65)

Fresh-clone sweep (thanks cos) found repo URLs still pointing at the old org:
- package.json repository.url -> https://github.com/compoundingtech/pty.git
- flake.nix meta.homepage -> https://github.com/compoundingtech/pty
- tests/list-filters.test.ts issue-ref comment -> compoundingtech/pty/issues/34

After this there are zero github.com/myobie repo URLs left in the tree. The
@myobie/pty npm package scope is intentionally kept (the package is still
published under that name; package.json "name" is @myobie/pty), as are the
com.myobie.pty.* launchd Labels (reverse-DNS ids, backwards-compatible).

authored by

Nathan and committed by
GitHub
(Jul 9, 2026, 11:51 AM +0200) c87a6c64 238ca69f

+3 -3
+1 -1
flake.nix
··· 69 69 70 70 meta = with pkgs.lib; { 71 71 description = "Persistent terminal sessions with detach/attach support"; 72 - homepage = "https://github.com/myobie/pty"; 72 + homepage = "https://github.com/compoundingtech/pty"; 73 73 license = licenses.mit; 74 74 mainProgram = "pty"; 75 75 };
+1 -1
package.json
··· 6 6 "license": "MIT", 7 7 "repository": { 8 8 "type": "git", 9 - "url": "https://github.com/myobie/pty.git" 9 + "url": "https://github.com/compoundingtech/pty.git" 10 10 }, 11 11 "keywords": [ 12 12 "terminal",
+1 -1
tests/list-filters.test.ts
··· 156 156 }); 157 157 158 158 describe("listSessions guards against deleting state for live daemons", () => { 159 - // Refs https://github.com/myobie/pty/issues/34. listSessions used to 159 + // Refs https://github.com/compoundingtech/pty/issues/34. listSessions used to 160 160 // unconditionally `cleanupSocket` whenever the socket-reachable probe 161 161 // failed and `cleanupAll` whenever metadata was older than 24h. Both 162 162 // ran even if the recorded pid was still alive — once the .sock or