From 3c6163edb41ef3f908ff06ca0323c9715aa5042b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Nov 2021 14:34:20 -0500 Subject: [PATCH] chore: update package.json to point to correct repo url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 583ca8d..fdaf569 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "library.js", "repository": { "type": "git", - "url": "https://github.com/psychobunny/nodebb-theme-persona" + "url": "https://github.com/NodeBB/nodebb-theme-persona" }, "scripts": { "lint": "eslint ." @@ -39,7 +39,7 @@ ], "license": "BSD-2-Clause", "bugs": { - "url": "https://github.com/psychobunny/nodebb-theme-persona/issues" + "url": "https://github.com/NodeBB/nodebb-theme-persona/issues" }, "dependencies": { "pulling": "^2.0.0",