From f4d36ef5929db517fd7c7791821b6c055185c2f1 Mon Sep 17 00:00:00 2001 From: Janni Turunen Date: Wed, 14 Jan 2026 15:07:03 +0200 Subject: [PATCH] fix(config): update repository URLs to randomm organization --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d06878..aac9ea5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The plugin runs asynchronously when OpenCode starts. It doesn't block startup— Clone the repository and install dependencies: ```bash -git clone https://github.com/anomalyco/opencode-claude-skill-sync.git +git clone https://github.com/randomm/opencode-claude-skill-sync.git cd opencode-claude-skill-sync npm install ``` diff --git a/package.json b/package.json index 21ef37f..9be9de4 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/anomalyco/opencode-claude-skill-sync.git" + "url": "https://github.com/randomm/opencode-claude-skill-sync.git" } }