From b5b59cc8b2b21a7e5d46273bfe5019fc08bba260 Mon Sep 17 00:00:00 2001
From: OniriCorpe <oniricorpe@disroot.org>
Date: Tue, 27 Feb 2024 20:36:51 +0100
Subject: [PATCH] dumdum bug <3

---
 store/templates/app.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/templates/app.html b/store/templates/app.html
index 111e6ffa..c39413ea 100644
--- a/store/templates/app.html
+++ b/store/templates/app.html
@@ -142,7 +142,7 @@
         {% if upstream.userdoc %}<a class="block btn btn-link my-1" href="{{ upstream.userdoc }}" target="_blank"><i class="fa fa-book fa-fw" aria-hidden="true"></i> {{ _("Official user documentation") }}</a>{% endif %}
         {% if upstream.code %}<a class="block btn btn-link my-1" href="{{ upstream.code }}" target="_blank"><i class="fa fa-code fa-fw" aria-hidden="true"></i> {{ _("Official code repository") }}</a>{% endif %}
         <a class="block btn btn-link my-1" href="{{ infos["git"]["url"] }}" target="_blank"><i class="fa fa-code fa-fw" aria-hidden="true"></i> {{ _("YunoHost package repository") }}</a>
-        <a class="block btn btn-link my-1" href="{{ infos["git"]["url"]/blob/master/LICENSE }}" target="_blank"><i class="fa fa-institution fa-fw" aria-hidden="true"></i> {{ _("YunoHost package license") }}</a>
+        <a class="block btn btn-link my-1" href="{{ infos["git"]["url"] }}/blob/master/LICENSE" target="_blank"><i class="fa fa-institution fa-fw" aria-hidden="true"></i> {{ _("YunoHost package license") }}</a>
     </div>
 </div>
 {% endblock %}