aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/user.html')
-rw-r--r--tmpl/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/user.html b/tmpl/user.html
index 789069e..135d51e 100644
--- a/tmpl/user.html
+++ b/tmpl/user.html
@@ -28,7 +28,7 @@
<ul>
[% FOREACH pkg IN maintdb.$login %]
<li>
- [% pkg %]
+ <a href="[% package_url %][% pkg %][% package_url_suffix %]">[% pkg %]</a>
</li>
[% END %]
</ul>