summaryrefslogtreecommitdiffhomepage
path: root/nix/opencode.nix
diff options
context:
space:
mode:
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"