From d2d118db42cd8fe9dfc0a7e1b329363032be9ea8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 29 Jan 2025 18:11:45 +0100 Subject: build(package.json): Provide correct variables There should be no confusion over what this extension is. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83705623..7f62448c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "libredirect", + "name": "vhack-libredirect", "type": "module", "description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.", "engines": { @@ -18,12 +18,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/libredirect/libredirect.git" + "url": "git+https://git.foss-syndicate.org/vhack.eu/libredirect.git" }, "author": "LibRedirect", "license": "GPL-3.0-only", "bugs": { - "url": "https://github.com/libredirect/libredirect/issues" + "url": "https://git.foss-syndicate.org/vhack.eu/libredirect" }, "homepage": "https://libredirect.github.io", "devDependencies": { -- cgit 1.4.1