Unverified Commit d2c9c9b3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

opencode: correct meta.homepage (#416746)

parents f0d3a8e7 70e5f149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;