Verified Commit 40e71362 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Indent list of binaries built in RFS template

parent 577fbd23
...@@ -47,8 +47,8 @@ I am looking for a sponsor for my package "hello": ...@@ -47,8 +47,8 @@ I am looking for a sponsor for my package "hello":
It builds those binary packages: It builds those binary packages:
%if c.package: %if c.package and c.package.description:
${ c.package.description } ${ '\n '.join(c.package.description.splitlines()) }
%else: %else:
hello - friendly greeter hello - friendly greeter
%endif %endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment