Updated packaging information to signify this is now a Bit Goblin project
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-08-23 19:24:19 -04:00
parent 6f93d8d87c
commit 40841a82a2

View File

@ -9,15 +9,15 @@
"build-windows": "electron-builder build --win", "build-windows": "electron-builder build --win",
"grunt": "grunt" "grunt": "grunt"
}, },
"repository": "https://git.metaunix.net/metaunix/sentry", "repository": "https://git.metaunix.net/BitGoblin/sentry",
"homepage": "https://git.metaunix.net/metaunix/sentry#readme", "homepage": "https://git.metaunix.net/BitGoblin/sentry#readme",
"keywords": [ "keywords": [
"sensors", "sensors",
"cpu", "cpu",
"gpu", "gpu",
"memory" "memory"
], ],
"author": "Gregory Ballantine <gballantine@metaunix.net>", "author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"devDependencies": { "devDependencies": {
"electron": "^18.2.4", "electron": "^18.2.4",
@ -33,7 +33,7 @@
"systeminformation": "^5.11.15" "systeminformation": "^5.11.15"
}, },
"build": { "build": {
"appId": "net.metaunix.sentry", "appId": "net.bitgoblin.sentry",
"copyright": "Copyright © 2022 ${author}", "copyright": "Copyright © 2022 ${author}",
"win": { "win": {
"target": "nsis", "target": "nsis",