From 40841a82a2dec2b943322f11516080645b23f817 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 23 Aug 2022 19:24:19 -0400 Subject: [PATCH] Updated packaging information to signify this is now a Bit Goblin project --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 30e591c..c8009d2 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ "build-windows": "electron-builder build --win", "grunt": "grunt" }, - "repository": "https://git.metaunix.net/metaunix/sentry", - "homepage": "https://git.metaunix.net/metaunix/sentry#readme", + "repository": "https://git.metaunix.net/BitGoblin/sentry", + "homepage": "https://git.metaunix.net/BitGoblin/sentry#readme", "keywords": [ "sensors", "cpu", "gpu", "memory" ], - "author": "Gregory Ballantine ", + "author": "Gregory Ballantine ", "license": "BSD-2-Clause", "devDependencies": { "electron": "^18.2.4", @@ -33,7 +33,7 @@ "systeminformation": "^5.11.15" }, "build": { - "appId": "net.metaunix.sentry", + "appId": "net.bitgoblin.sentry", "copyright": "Copyright © 2022 ${author}", "win": { "target": "nsis",