mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
e6d7ace670
commit
2596e5fddf
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user