Change package.json to have supernets branding

This commit is contained in:
hgw 2023-10-05 04:17:36 +00:00
parent b639ebe7be
commit d49e710609
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 3 additions and 3 deletions

View File

@ -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",