From b6710c39aa13abe71bf84414a10632bcee6e862d Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 8 Jul 2026 00:11:50 -0600 Subject: [PATCH] fix: matomo logo path in meta.json (filename, not full path) Co-Authored-By: Claude Fable 5 --- blueprints/matomo/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/matomo/meta.json b/blueprints/matomo/meta.json index 896c7e0c..91fd4e0d 100644 --- a/blueprints/matomo/meta.json +++ b/blueprints/matomo/meta.json @@ -3,7 +3,7 @@ "name": "Matomo", "version": "5.1-apache", "description": "Leading open-source web analytics platform with global data ownership.", - "logo": "blueprints/matomo/matomo.png", + "logo": "matomo.png", "links": { "github": "https://github.com/matomo-org/matomo", "website": "https://matomo.org",