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 135d51e..d8f042b 100644
--- a/tmpl/user.html
+++ b/tmpl/user.html
@@ -28,7 +28,7 @@
<ul>
[% FOREACH pkg IN maintdb.$login %]
<li>
- <a href="[% package_url %][% pkg %][% package_url_suffix %]">[% pkg %]</a>
+ <a href="[% config.package_url %][% pkg %][% config.package_url_suffix %]">[% pkg %]</a>
</li>
[% END %]
</ul>