From 006e27379d15d170d43f5a8bf40b388c2f0d13d4 Mon Sep 17 00:00:00 2001 From: Mortdecai Date: Wed, 1 Apr 2026 17:53:21 -0400 Subject: [PATCH] fix: update repo URLs to git.sethpc.xyz-connector --- .claude-plugin/plugin.json | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 562f8ea..ba67ece 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,8 +6,8 @@ "name": "Seth", "url": "https://git.sethpc.xyz" }, - "homepage": "https://git.sethpc.xyz/Seth/gitea-connector", - "repository": "https://git.sethpc.xyz/Seth/gitea-connector", + "homepage": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector", + "repository": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector", "license": "MIT", "commands": ["./commands"], "agents": ["./agents"], diff --git a/README.md b/README.md index 33d8d58..b9fe0ec 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ claude plugin add /path/to/gitea-connector Or clone it: ```bash -git clone https://git.sethpc.xyz/Seth/gitea-connector.git -claude plugin add ./gitea-connector +git clone https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector.git +claude plugin add ./git.sethpc.xyz-connector ``` ## Setup