From cc58c28aac7533214589f1cb23576fc5608a922c Mon Sep 17 00:00:00 2001 From: sethwv Date: Fri, 27 Mar 2026 13:41:45 -0400 Subject: [PATCH 1/2] Update plugin description with additional text --- plugins/dispatcharr-exporter/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dispatcharr-exporter/plugin.json b/plugins/dispatcharr-exporter/plugin.json index 395f670..724783c 100644 --- a/plugins/dispatcharr-exporter/plugin.json +++ b/plugins/dispatcharr-exporter/plugin.json @@ -1,7 +1,7 @@ { "name": "Dispatcharr Exporter", "version": "2.4.1", - "description": "Expose Dispatcharr metrics in Prometheus exporter-compatible format for monitoring", + "description": "Expose Dispatcharr metrics in Prometheus exporter-compatible format for monitoring 123", "license": "MIT", "discord_thread": "https://discord.com/channels/1340492560220684331/1451260201775923421", "author": "sethwv", @@ -11,4 +11,4 @@ "default_port": 9192, "default_host": "0.0.0.0", "auto_start_default": false -} \ No newline at end of file +} From 7f2f0c69f18f5cd391476676701185f5cb9ef0e4 Mon Sep 17 00:00:00 2001 From: sethwv Date: Fri, 27 Mar 2026 13:44:31 -0400 Subject: [PATCH 2/2] Update license and description in plugin.json --- plugins/dispatcharr-exporter/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dispatcharr-exporter/plugin.json b/plugins/dispatcharr-exporter/plugin.json index 724783c..a5f3911 100644 --- a/plugins/dispatcharr-exporter/plugin.json +++ b/plugins/dispatcharr-exporter/plugin.json @@ -1,8 +1,8 @@ { "name": "Dispatcharr Exporter", "version": "2.4.1", - "description": "Expose Dispatcharr metrics in Prometheus exporter-compatible format for monitoring 123", - "license": "MIT", + "description": "Expose Dispatcharr metrics in Prometheus exporter-compatible format for monitoring", + "license": "Apache-2.0", "discord_thread": "https://discord.com/channels/1340492560220684331/1451260201775923421", "author": "sethwv", "help_url": "https://github.com/sethwv/dispatcharr-exporter",