Skip to content

Commit a030d2a

Browse files
authored
Merge pull request #8 from RaspAP/maint/wireshark
Fix: Case sensitive plugin_uri + doc link
2 parents 9236df6 + 7008a12 commit a030d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
"description": "A TShark (Wireshark) packet capture plugin for RaspAP",
222222
"author": "Bill Z",
223223
"author_uri": "https://github.com/billz",
224-
"plugin_uri": "https://github.com/RaspAP/Wireshark",
225-
"plugin_docs": "http://docs.raspap.com/Wireshark",
224+
"plugin_uri": "https://github.com/RaspAP/wireshark",
225+
"plugin_docs": "http://docs.raspap.com/wireshark",
226226
"license": "GPL-3.0",
227227
"namespace": "RaspAP\\Plugins\\Wireshark",
228228
"default_locale": "en_US",

0 commit comments

Comments
 (0)