From 8ca6b5d022bb9f7f227d0025713a9e59f056bfa0 Mon Sep 17 00:00:00 2001 From: alefvanoon <53198048+alefvanoon@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:55:02 +0100 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e77916e..9ef8b66 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "privacy-redirect", + "name": "LibRedirect", "description": "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.", "engines": { "node": ">=10.0.0", @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/SimonBrazell/privacy-redirect.git" + "url": "git+https://github.com/LibRedirect/LibRedirect.git" }, - "author": "SimonBrazell", + "author": "LibRedirect", "license": "GPL-3.0-only", "bugs": { - "url": "https://github.com/SimonBrazell/privacy-redirect/issues" + "url": "https://github.com/LibRedirect/LibRedirect/issues" }, - "homepage": "https://github.com/SimonBrazell/privacy-redirect#readme", + "homepage": "https://github.com/LibRedirect/LibRedirect#readme", "devDependencies": { "web-ext": "^6.2.0" }