Add email because Bill Gates told me to do so

This commit is contained in:
smartfridge 2021-07-01 11:19:39 +02:00
parent 247eda7c59
commit d21c95008c

View file

@ -11,7 +11,7 @@
"linux-build": "electron-builder --linux deb tar.gz rpm AppImage", "linux-build": "electron-builder --linux deb tar.gz rpm AppImage",
"windows-build": "electron-builder --windows nsis portable zip appx" "windows-build": "electron-builder --windows nsis portable zip appx"
}, },
"author": "smartfrigde", "author": "smartfrigde <smartfridge1337@protonmail.com>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"custom-electron-titlebar": "3.2.7", "custom-electron-titlebar": "3.2.7",
@ -41,6 +41,7 @@
"category": "Internet" "category": "Internet"
}, },
"linux": { "linux": {
"maintaner": "smartfridge1337@protonmail.com",
"target": [ "target": [
"deb", "deb",
"tar.gz", "tar.gz",
@ -49,7 +50,8 @@
} }
}, },
"bugs": { "bugs": {
"url": "https://github.com/smartfrigde/armcord/issues" "url": "https://github.com/smartfrigde/armcord/issues",
"email": "smartfridge1337@protonmail.com"
}, },
"homepage": "https://github.com/smartfrigde/armcord#readme" "homepage": "https://github.com/smartfrigde/armcord#readme"
} }