diff --git a/templates/categories/macros.html b/templates/categories/macros.html
index 18b94509..cb6ca57f 100644
--- a/templates/categories/macros.html
+++ b/templates/categories/macros.html
@@ -28,7 +28,7 @@
{% set description = data.description %}
{% set repository_url = data.html_url %}
- {% if data.license %}
+ {% if data.license and data.license.key != "other" %}
{% set license = data.license.name %}
{% endif %}