From 1aa1afcb0fab7b32c04eada90a56f091eac73d87 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 12 Mar 2026 18:56:58 +0000 Subject: [PATCH] fix: use HTTPS repository URL in plugin.json SSH URLs don't work for plugin installation from remote. Co-Authored-By: Virgil --- claude/code/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/code/.claude-plugin/plugin.json b/claude/code/.claude-plugin/plugin.json index 20e7199..d177e58 100644 --- a/claude/code/.claude-plugin/plugin.json +++ b/claude/code/.claude-plugin/plugin.json @@ -7,7 +7,7 @@ "email": "hello@host.uk.com" }, "homepage": "https://forge.lthn.ai/core/agent", - "repository": "ssh://git@forge.lthn.ai:2223/core/agent.git", + "repository": "https://forge.lthn.ai/core/agent.git", "license": "EUPL-1.2", "keywords": [ "devops",