Skip to content

Commit

Permalink
add email for linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dancek committed Sep 9, 2016
1 parent f4e6da5 commit 72289f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion desktop-electron/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"productName": "KOTUS pwgen",
"version": "0.1.0",
"description": "Password generator that uses the KOTUS word list",
"author": "Hannu Hartikainen",
"author": {
"name": "Hannu Hartikainen",
"email": "hannu.hartikainen+kotus-pwgen@gmail.com"
},
"license": "LGPL-3.0+",
"homepage": "https://github.com/dancek/kotus-pwgen",
"private": true,
Expand Down

0 comments on commit 72289f1

Please sign in to comment.