diff --git a/templates/partials/packages/details.html b/templates/partials/packages/details.html
index ae7c45f4..9aeb81ec 100644
--- a/templates/partials/packages/details.html
+++ b/templates/partials/packages/details.html
@@ -4,7 +4,7 @@
{{ "Git Clone URL" | tr }}: |
{{ git_clone_uri_anon | format(pkgbase.Name) }} ({{ "read-only" | tr }}, {{ "click to copy" | tr }})
- {% if is_maintainer %}
+ {% if request.user.is_authenticated() %}
{{ git_clone_uri_priv | format(pkgbase.Name) }} ({{ "click to copy" | tr }})
{% endif %}
|