From d49e7106096c56407a6dea75a4d4049e62ede976 Mon Sep 17 00:00:00 2001 From: hgw Date: Thu, 5 Oct 2023 04:17:36 +0000 Subject: [PATCH] Change package.json to have supernets branding --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 099c1d3f..547f3b18 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "thelounge", + "name": "thelounge-sn", "description": "The self-hosted Web IRC client", "version": "4.4.1", "preferGlobal": true, @@ -8,9 +8,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/thelounge/thelounge.git" + "url": "https://git.supernets.org/supernets/thelounge" }, - "homepage": "https://thelounge.chat/", + "homepage": "https://git.supernets.org/supernets/thelounge", "scripts": { "build:client": "webpack", "build:server": "tsc -p server/tsconfig.json",