Skip to content

Commit d2c9c9b

Browse files
authored
opencode: correct meta.homepage (#416746)
2 parents f0d3a8e + 70e5f14 commit d2c9c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/op/opencode/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {
4949

5050
meta = {
5151
description = "Powerful terminal-based AI assistant providing intelligent coding assistance";
52-
homepage = "https://github.com/opencode-ai/opencode";
52+
homepage = "https://github.com/sst/opencode";
5353
changelog = "https://github.com/sst/opencode/releases/tag/v${finalAttrs.version}";
5454
mainProgram = "opencode";
5555
license = lib.licenses.mit;

0 commit comments

Comments
 (0)