diff --git a/configs/cliff.debian.toml b/configs/cliff.debian.toml index 881c2e2..0f08a57 100644 --- a/configs/cliff.debian.toml +++ b/configs/cliff.debian.toml @@ -8,7 +8,7 @@ body = """\ {% endfor %}\ {% endfor %} - -- {{ get_env(name="AUTHOR_NAME") }} <{{ get_env(name="AUTHOR_MAIL") }}> {% if version %}{{ now() | date(format="%a, %d %b %Y %H:%M:%S %z") }}{% else %}{{ now() | date(format="%a, %d %b %Y %H:%M:%S %z") }}{% endif %} + -- {{ get_env(name="AUTHOR_NAME") }} <{{ get_env(name="AUTHOR_EMAIL") }}> {% if version %}{{ now() | date(format="%a, %d %b %Y %H:%M:%S %z") }}{% else %}{{ now() | date(format="%a, %d %b %Y %H:%M:%S %z") }}{% endif %} """