Remove Maintainer Option from Linux Build JSON (#57)

diff --git a/bin/templates/cordova/lib/build.js b/bin/templates/cordova/lib/build.js
index abb5925..3633582 100644
--- a/bin/templates/cordova/lib/build.js
+++ b/bin/templates/cordova/lib/build.js
@@ -248,7 +248,6 @@
         // const isDevelopment = false;
         const packageJson = require(path.join(this.api.locations.www, 'package.json'));
         const userConfig = {
-            APP_AUTHOR: packageJson.author,
             APP_ID: packageJson.name,
             APP_TITLE: packageJson.displayName,
             APP_INSTALLER_ICON: 'installer.png',
diff --git a/bin/templates/cordova/lib/build/linux.json b/bin/templates/cordova/lib/build/linux.json
index 9154c99..067c01c 100644
--- a/bin/templates/cordova/lib/build/linux.json
+++ b/bin/templates/cordova/lib/build/linux.json
@@ -2,7 +2,6 @@
   "linux": [],
   "config": {
     "linux": {
-      "maintainer": "${APP_AUTHOR}",
       "icon": "${APP_INSTALLER_ICON}",
       "target": [
         {