From f57c3b8400ea57c42b762161f5555fdf450a250c Mon Sep 17 00:00:00 2001 From: Lanhild Date: Mon, 2 Dec 2024 13:47:29 -0500 Subject: [PATCH] ci: revert package url change for PR --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d3619d..507548d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "repository": { "type": "git", - "url": "git@github.com:Lanhild/pipelines.git" + "url": "git@github.com:open-webui/pipelines.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",