From 05b9ba1b65a331285760295a38652059429f4010 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 1 May 2026 07:09:23 -0700 Subject: [PATCH] Fix wireshark plugin_uri --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 46758e5..5edab87 100644 --- a/manifest.json +++ b/manifest.json @@ -221,7 +221,7 @@ "description": "A TShark (Wireshark) packet capture plugin for RaspAP", "author": "Bill Z", "author_uri": "https://github.com/billz", - "plugin_uri": "https://github.com/RaspAP/wireshark", + "plugin_uri": "https://github.com/RaspAP/Wireshark", "plugin_docs": "http://docs.raspap.com/wireshark", "license": "GPL-3.0", "namespace": "RaspAP\\Plugins\\Wireshark",