From 58b911fbd54461f80e651646042fb3a9abbb92b3 Mon Sep 17 00:00:00 2001 From: litruv Date: Sat, 21 Feb 2026 18:50:30 +1100 Subject: [PATCH] fix: add homepage, author email, and maintainer for deb builds --- electron-builder.json5 | 1 + package.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index 1743db4..5aebc77 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -46,6 +46,7 @@ } ], "category": "Network;InstantMessaging", + "maintainer": "Paarrot ", "icon": "icons/icon.png", "desktop": { "entry": { diff --git a/package.json b/package.json index 2e2dda3..ebeb29d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "paarrot", "version": "4.10.2", "description": "Yet another matrix client", + "homepage": "https://github.com/ajbura/cinny", "main": "electron/main.js", "engines": { "node": ">=18.0.0" @@ -15,7 +16,10 @@ "build:win": "npm run build -- --win" }, "keywords": [], - "author": "Ajay Bura", + "author": { + "name": "Ajay Bura", + "email": "AjayBura@users.noreply.github.com" + }, "license": "AGPL-3.0-only", "dependencies": { "electron-store": "^8.2.0",