aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-01-29 18:11:45 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-01-29 18:11:45 +0100
commitd2d118db42cd8fe9dfc0a7e1b329363032be9ea8 (patch)
tree0d1df7893b58b62eef5a546aa6d5e7ced80b8e7b
parentbuild(build.sh): Use correct remote names (diff)
downloadlibredirect-master.zip
build(package.json): Provide correct variablesmaster
There should be no confusion over what this extension is.
-rw-r--r--package.json6
1 files 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": {