Skip to content

Commit 072e865

Browse files
authored
fix(config): update repository URLs to randomm organization (#6)
1 parent f74cb9e commit 072e865

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The plugin runs asynchronously when OpenCode starts. It doesn't block startup—
6363
Clone the repository and install dependencies:
6464

6565
```bash
66-
git clone https://github.com/anomalyco/opencode-claude-skill-sync.git
66+
git clone https://github.com/randomm/opencode-claude-skill-sync.git
6767
cd opencode-claude-skill-sync
6868
npm install
6969
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"license": "MIT",
5353
"repository": {
5454
"type": "git",
55-
"url": "https://github.com/anomalyco/opencode-claude-skill-sync.git"
55+
"url": "https://github.com/randomm/opencode-claude-skill-sync.git"
5656
}
5757
}

0 commit comments

Comments
 (0)