* Store meta.maintainers.

This commit is contained in:
Eelco Dolstra
2009-07-07 14:33:51 +00:00
parent 5bdd5e7152
commit 24a3b39463
3 changed files with 17 additions and 0 deletions

View File

@ -113,6 +113,10 @@
<th>Homepage:</th>
<td>[% IF build.homepage %]<a [% HTML.attributes(href => build.homepage) %]>[% HTML.escape(build.homepage) %]</a>[% ELSE %]<em>(not given)</em>[% END %]</td>
</tr>
<tr>
<th>Maintainer(s):</th>
<td>[% IF build.maintainers %]<tt>[% HTML.escape(build.maintainers) %]</tt>[% ELSE %]<em>(not given)</em>[% END %]</td>
</tr>
<tr>
<th>System:</th>
<td><tt>[% build.system %]</tt></td>