From da9c076713e74f6642f03775cd22272e5b3b266f Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2026 12:47:45 +0100 Subject: [PATCH] feat: sort Matomo entry alphabetically in meta.json --- meta.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/meta.json b/meta.json index 7042e639..2d7b291a 100644 --- a/meta.json +++ b/meta.json @@ -3825,6 +3825,24 @@ "smtp" ] }, + { + "id": "matomo", + "name": "Matomo", + "version": "5.1-apache", + "description": "Leading open-source web analytics platform with global data ownership.", + "logo": "blueprints/matomo/matomo.png", + "links": { + "github": "https://github.com/matomo-org/matomo", + "website": "https://matomo.org", + "docs": "https://matomo.org/docs" + }, + "tags": [ + "analytics", + "privacy", + "self-hosted", + "metrics" + ] + }, { "id": "mattermost", "name": "Mattermost", @@ -6779,23 +6797,5 @@ "saml", "multi-tenant" ] - }, - { - "id": "matomo", - "name": "Matomo", - "version": "5.1-apache", - "description": "Leading open-source web analytics platform with global data ownership.", - "logo": "blueprints/matomo/matomo.png", - "links": { - "github": "https://github.com/matomo-org/matomo", - "website": "https://matomo.org", - "docs": "https://matomo.org/docs" - }, - "tags": [ - "analytics", - "privacy", - "self-hosted", - "metrics" - ] } ]