Debian packaging fixes
diff --git a/cookiecutter.json b/cookiecutter.json
index 27e4cfb..113796f 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -3,5 +3,6 @@
     "repo_name": "{{ cookiecutter.project_name|replace('-', '_') }}",
     "service_name": "{{ cookiecutter.project_name.split('-')[0] }}",
     "role_name": "server",
-    "license_holder": "tcp cloud a.s."
+    "license_holder": "tcp cloud a.s.",
+    "author_contact": "Ales Komarek <ales.komarek@tcpcloud.eu>"
 }