Skip to content

Commit f620ae8

Browse files
committed
Fix Linux release metadata
1 parent 903b46b commit f620ae8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"description": "A keyboard-first markdown notes app with Vim motions and plain local files",
66
"private": true,
77
"main": "./out/main/index.js",
8-
"author": "Adi Bhanna",
8+
"author": {
9+
"name": "Adi Bhanna",
10+
"email": "adibhanna@gmail.com"
11+
},
912
"license": "MIT",
1013
"repository": {
1114
"type": "git",
@@ -124,6 +127,7 @@
124127
"AppImage",
125128
"deb"
126129
],
130+
"maintainer": "Adi Bhanna <adibhanna@gmail.com>",
127131
"category": "Office"
128132
}
129133
}

0 commit comments

Comments
 (0)