commit | bea8f546ca77525205bb71fd8552582df1f5f225 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Wed Oct 21 11:03:31 2015 +0200 |
committer | Ales Komarek <mail@newt.cz> | Wed Oct 21 11:03:31 2015 +0200 |
tree | 012e9e9948df5cb3b245c4a2e8221de82e9f8829 | |
parent | bfe99c2b11661df52f7b0fe40559082d1fc069fd [diff] [blame] |
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>" }