summaryrefslogtreecommitdiffhomepage
path: root/nix/opencode.nix
diff options
context:
space:
mode:
authorDax <[email protected]>2026-01-02 16:02:52 -0500
committerGitHub <[email protected]>2026-01-02 16:02:52 -0500
commit3c41e4e8f12b7f06258490bb7a85388de1eca381 (patch)
treec031d4b5fd12409c0a25bf18f39a9b8a191cc625 /nix/opencode.nix
parent66bc046503190622e9d652bbed6a940b003aeb77 (diff)
downloadopencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.tar.gz
opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.zip
chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)
Co-authored-by: Github Action <[email protected]>
Diffstat (limited to 'nix/opencode.nix')
-rw-r--r--nix/opencode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/opencode.nix b/nix/opencode.nix
index 4f10e7498..714aabe09 100644
--- a/nix/opencode.nix
+++ b/nix/opencode.nix
@@ -125,7 +125,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
It combines a TypeScript/JavaScript core with a Go-based TUI
to provide an interactive AI coding experience.
'';
- homepage = "https://github.com/sst/opencode";
+ homepage = "https://github.com/anomalyco/opencode";
license = lib.licenses.mit;
platforms = [
"aarch64-linux"