Make the report more useful by linking the package name to the packages
page on p.g.o.

Signed-off-by: Brett A C Sheffield <[email protected]>
---
 maintainer-needed.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maintainer-needed.sh b/maintainer-needed.sh
index af6ce8a..1edede4 100755
--- a/maintainer-needed.sh
+++ b/maintainer-needed.sh
@@ -35,7 +35,7 @@ echo """
 while read pkg; do
        echo """
                        <tr>
-                               <td>${pkg}</td>
+                               <td><a 
href=\"https://packages.gentoo.org/packages/${pkg}\";>${pkg}</a></td>
                                <td>$(pquery --unfiltered --no-version 
--one-attr description ${pkg})</td>
                                <td><a 
href=\"https://bugs.gentoo.org/buglist.cgi?quicksearch=${pkg}\";>Open 
Bugs</a></td>
                                <td><a href=\"genrdeps/rindex/${pkg}\">$(cat 
${rdepdir}/rindex/${pkg} 2>/dev/null | wc -l)</a></td>
-- 
2.52.0


Reply via email to