Set the maintainer to the forums. The maintainer of packages is

ultimately only to resolve arguments between commiters if need be.
This commit is contained in:
Scott Ullrich 2008-10-28 02:22:40 +00:00
parent e6d7ace670
commit 2596e5fddf

View File

@ -162,14 +162,8 @@ include("fbegin.inc");
platform: <?= $index['required_version'] ?>
</td>
<td class="listlr">
<?php
if($index['maintainer'] != "") {
echo "<a href='mailto:{$index['maintainer']}'>{$index['maintainer']}</a>";
} else {
echo "Nobody. <a href='mailto:coreteam@pfsense.com'>Apply</a> for it!";
}
?>
</td>
<a href='http://forum.pfsense.org/index.php/board,15.0.html'>pfSense forums</a>
</td>
<td class="listbg" class="listbg" style="color: #FFFFFF; overflow: hidden;">
<?= $index['descr'] ?>
</td>