From b106787a50935a2c10ce6a2f01d77dd0aae80642 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 24 Apr 2025 18:25:52 +0200 Subject: change package name --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 1e19bea38..eefccec25 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -5,7 +5,7 @@ import "runtime/debug" // Build-time parameters set via -ldflags var Version = "unknown" -// A user may install pug using `go install github.com/kujtimiihoxha/opencode@latest`. +// A user may install pug using `go install github.com/opencode-ai/opencode@latest`. // without -ldflags, in which case the version above is unset. As a workaround // we use the embedded build version that *is* set when using `go install` (and // is only set for `go install` and not for `go build`). -- cgit v1.2.3