From 69b021e1c97a25af7aae73c0991cfd361a0b88fc Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 8 Mar 2026 14:53:24 +0000 Subject: [PATCH] chore: update repo URL to wizpixel org --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e83d61..9136e1c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "homepage": "https://flow.wizpixel.com", "author": {"name":"WizPixel","email":"support@wizpixel.com"}, - "repository": {"type":"git","url":"https://git.aeonianengineering.net/Niko/n8n-nodes-wizpixel-flow.git"}, + "repository": {"type":"git","url":"https://git.aeonianengineering.net/wizpixel/n8n-nodes-wizpixel-flow.git"}, "main": "dist/index.js", "scripts": { "build": "tsc && npm run copy-icons",