From 9c6a605ebb1b4080eed1d780cc8a77438c6c2324 Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Fri, 26 May 2023 15:33:28 +0200 Subject: [PATCH] Add RepoUrl --- PatMe2Mqtt/PatMe2Mqtt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PatMe2Mqtt/PatMe2Mqtt.json b/PatMe2Mqtt/PatMe2Mqtt.json index cd2d582..889470b 100644 --- a/PatMe2Mqtt/PatMe2Mqtt.json +++ b/PatMe2Mqtt/PatMe2Mqtt.json @@ -6,5 +6,6 @@ "DalamudApiLevel": 8, "Punchline": "Gluing PatMe and FFXIV2MQTT together.", "Description": "Basic plugin that pokes FFXIV2MQTT every time PatMe detects a pat.", - "Tags": [ "pat", "emote", "mqtt", "patme", "ffxiv2mqtt" ] + "Tags": [ "pat", "emote", "mqtt", "patme", "ffxiv2mqtt" ], + "RepoUrl": "https://gitea.0x0a.de/0x0ade/PatMe2Mqtt" }