diff --git a/package.json b/package.json index c60b9aa..4a1dae4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,11 @@ "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "example.com", - "homepage": "https://electron-vite.org", + "homepage": "https://git.thethomaas.net/TheThomaas/electron-app", + "repository": { + "type": "git", + "url": "https://git.thethomaas.net/TheThomaas/electron-app" + }, "scripts": { "format": "prettier --write .", "lint": "eslint --cache .",