From 7e678cd854b1506b3711e199bdce8386d099a89d Mon Sep 17 00:00:00 2001 From: cc Date: Mon, 1 Jun 2026 15:15:31 -0700 Subject: [PATCH 1/2] Update package metadata for moved repository --- Cargo.toml | 2 +- npm/package.json | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 07177db..ca6b4b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ build = "build.rs" edition = "2024" description = "Terminal kanban board for managing OpenCode tmux sessions" license = "MIT" -repository = "https://github.com/example/opencode-kanban" +repository = "https://github.com/TomCC7/opencode-kanban" [package.metadata.wix] upgrade-guid = "6F2426D8-489F-4113-8E68-66096E47726E" diff --git a/npm/package.json b/npm/package.json index 9dcca24..63fbd6a 100644 --- a/npm/package.json +++ b/npm/package.json @@ -16,6 +16,6 @@ ], "repository": { "type": "git", - "url": "https://github.com/qrafty-ai/opencode-kanban.git" + "url": "https://github.com/TomCC7/opencode-kanban.git" } } diff --git a/package.json b/package.json index 878f7fb..6d28ccf 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ ], "repository": { "type": "git", - "url": "https://github.com/qrafty-ai/opencode-kanban.git" + "url": "https://github.com/TomCC7/opencode-kanban.git" }, - "homepage": "https://github.com/qrafty-ai/opencode-kanban#readme", + "homepage": "https://github.com/TomCC7/opencode-kanban#readme", "bugs": { - "url": "https://github.com/qrafty-ai/opencode-kanban/issues" + "url": "https://github.com/TomCC7/opencode-kanban/issues" }, "publishConfig": { "access": "public" From 0584c71958e949d9b4a0bd9153a3a55e4be70a09 Mon Sep 17 00:00:00 2001 From: cc Date: Mon, 1 Jun 2026 15:15:31 -0700 Subject: [PATCH 2/2] Use moved repository URL for AUR source --- .github/workflows/publish-aur.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-aur.yaml b/.github/workflows/publish-aur.yaml index dddb131..24fc473 100644 --- a/.github/workflows/publish-aur.yaml +++ b/.github/workflows/publish-aur.yaml @@ -38,7 +38,7 @@ jobs: run: | set -euo pipefail VERSION="${{ steps.version.outputs.version }}" - URL="https://github.com/qrafty-ai/opencode-kanban/archive/refs/tags/v${VERSION}.tar.gz" + URL="https://github.com/TomCC7/opencode-kanban/archive/refs/tags/v${VERSION}.tar.gz" SHA256="$(curl -fsSL "${URL}" | sha256sum | awk '{print $1}')" echo "sha256=${SHA256}" >> "$GITHUB_OUTPUT" echo "Tarball URL: ${URL}"