reflect authors according the contributing community (#1080)

This commit is contained in:
ronny1982 2020-02-08 22:16:29 +01:00 committed by GitHub
parent 0fcc9b245b
commit c4393b91a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
version: require('./package.json').devDependencies.electron,
author: 'Ronny Wegener <wegener.ronny@gmail.com>',
author: 'The HakuNeko Development Team <https://github.com/orgs/manga-download/people>',
name: {
package: 'hakuneko-desktop',
product: 'HakuNeko Desktop',

View File

@ -2,7 +2,7 @@
"name": "hakuneko-dev",
"version": "1.0.0",
"description": "HakuNeko",
"author": "Ronny Wegener <wegener.ronny@gmail.com>",
"author": "The HakuNeko Development Team <https://github.com/orgs/manga-download/people>",
"license": "Unlicense",
"main": "src/app/main.js",
"repository": {