From 86c65ba06ab52440648ad4549fb628071f6d3725 Mon Sep 17 00:00:00 2001 From: Meghea Iulian Date: Thu, 22 Jan 2026 11:14:53 +0200 Subject: [PATCH 1/2] fix: normalize repository URL for sigstore provenance Fix case mismatch in repository URL to match sigstore provenance expectations (Neovici vs neovici). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd32bc4..c8675ad 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/neovici/testing.git" + "url": "https://github.com/Neovici/testing" }, "license": "Apache-2.0", "author": "", From 08e5385584f9582859a4052454c14fc173c4af02 Mon Sep 17 00:00:00 2001 From: Meghea Iulian Date: Thu, 22 Jan 2026 11:19:53 +0200 Subject: [PATCH 2/2] chore: update urls --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8675ad..e780bcf 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "haunted", "pion" ], - "homepage": "https://github.com/neovici/testing#readme", + "homepage": "https://github.com/Neovici/testing#readme", "bugs": { - "url": "https://github.com/neovici/testing/issues" + "url": "https://github.com/Neovici/testing/issues" }, "repository": { "type": "git",