From 18d03eb5c2c98fc19424d33cf1f4a0ecf7083329 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 9 Aug 2024 15:31:44 +0200 Subject: [PATCH] Fix incorrect package.json links to github repo --- engines/query-sparql-hdt/package.json | 8 ++++++-- packages/actor-query-source-identify-hdt/package.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/engines/query-sparql-hdt/package.json b/engines/query-sparql-hdt/package.json index e228ab8..5b072f9 100644 --- a/engines/query-sparql-hdt/package.json +++ b/engines/query-sparql-hdt/package.json @@ -5,9 +5,13 @@ "lsd:module": true, "license": "MIT", "homepage": "https://comunica.dev/", - "repository": "https://github.com/comunica/comunica-feature-hdt/tree/master/engines/query-sparql-hdt", + "repository": { + "type": "git", + "url": "https://github.com/comunica/comunica-feature-hdt.git", + "directory": "engines/query-sparql-hdt" + }, "bugs": { - "url": "https://github.com/comunica/comunica/issues" + "url": "https://github.com/comunica/comunica-feature-hdt/issues" }, "keywords": [ "comunica", diff --git a/packages/actor-query-source-identify-hdt/package.json b/packages/actor-query-source-identify-hdt/package.json index b970029..ff7b994 100644 --- a/packages/actor-query-source-identify-hdt/package.json +++ b/packages/actor-query-source-identify-hdt/package.json @@ -7,11 +7,11 @@ "homepage": "https://comunica.dev/", "repository": { "type": "git", - "url": "https://github.com/comunica/comunica.git", + "url": "https://github.com/comunica/comunica-feature-hdt.git", "directory": "packages/actor-query-source-identify-hdt" }, "bugs": { - "url": "https://github.com/comunica/comunica/issues" + "url": "https://github.com/comunica/comunica-feature-hdt/issues" }, "keywords": [ "comunica",