Skip to content

Commit 3b2a050

Browse files
committed
fix(tricorder): correct repository URL for provenance verification
The repository URL was TuvixRSS but the actual GitHub repo is Tuvix-RSS (with hyphen). This was causing npm provenance verification to fail during publish. Fixed all URLs to match the actual GitHub repository name.
1 parent c6df86f commit 3b2a050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tricorder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"license": "MIT",
4545
"repository": {
4646
"type": "git",
47-
"url": "https://github.com/TechSquidTV/TuvixRSS.git",
47+
"url": "https://github.com/TechSquidTV/Tuvix-RSS.git",
4848
"directory": "packages/tricorder"
4949
},
5050
"bugs": {
51-
"url": "https://github.com/TechSquidTV/TuvixRSS/issues"
51+
"url": "https://github.com/TechSquidTV/Tuvix-RSS/issues"
5252
},
53-
"homepage": "https://github.com/TechSquidTV/TuvixRSS/tree/main/packages/tricorder#readme",
53+
"homepage": "https://github.com/TechSquidTV/Tuvix-RSS/tree/main/packages/tricorder#readme",
5454
"publishConfig": {
5555
"access": "public",
5656
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)