opencode: correct meta.homepage

(cherry picked from commit 70e5f14909)
This commit is contained in:
Gaetan Lepage
2025-06-14 19:58:27 +02:00
committed by Thierry Delafontaine
parent fdf8d97874
commit 5d72b05956

View File

@@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Powerful terminal-based AI assistant providing intelligent coding assistance";
homepage = "https://github.com/opencode-ai/opencode";
homepage = "https://github.com/sst/opencode";
changelog = "https://github.com/sst/opencode/releases/tag/v${finalAttrs.version}";
mainProgram = "opencode";
license = lib.licenses.mit;