diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 18:11:45 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-29 18:11:45 +0100 |
commit | d2d118db42cd8fe9dfc0a7e1b329363032be9ea8 (patch) | |
tree | 0d1df7893b58b62eef5a546aa6d5e7ced80b8e7b /package.json | |
parent | build(build.sh): Use correct remote names (diff) | |
download | libredirect-master.zip |
build(package.json): Provide correct variables master
There should be no confusion over what this extension is.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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": { |