diff --git a/templates/partials/packages/details.html b/templates/partials/packages/details.html
index 1c4d01d6..b5193314 100644
--- a/templates/partials/packages/details.html
+++ b/templates/partials/packages/details.html
@@ -112,8 +112,9 @@
{{ pkgbase.Maintainer.Username }}
+ {% set len = comaintainers | length %}
{% if comaintainers %}
- ({% for co in comaintainers %}{{ co.User }}{% endfor %})
+ ({% for co in comaintainers %}{{ co.User }}{% if loop.index < len %}, {% endif %}{% endfor %})
{% endif %}
{% else %}
{{ pkgbase.Maintainer.Username | default("None" | tr) }}