From 72cc9cfb3b89ae2ec8563936460bc32463c24208 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Fri, 22 May 2026 16:39:30 -0600 Subject: [PATCH] Fix repository URL casing so npm provenance validates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b6da08..e77b2e9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/skylar-tech/node-red-contrib-matrix-chat" + "url": "git+https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git" }, "author": { "name": "Skylar Sadlier",