From 4a38630101a36f0c11b1667d977a496f2f8d6264 Mon Sep 17 00:00:00 2001 From: Stephen Renwick Date: Thu, 26 Jun 2025 16:44:53 +0200 Subject: [PATCH] fix: correct package.json repo url so provenance checks pass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc0a80e..7a0c1f6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/omicronenergyoss/oscd-editor.git" + "url": "https://github.com/OMICRONEnergyOSS/oscd-editor.git" }, "publishConfig": { "access": "public"