From 1a21daa4cdc6d4b26cccacae20361e422357436a Mon Sep 17 00:00:00 2001 From: SigiL <53555223+ouatis@users.noreply.github.com> Date: Wed, 20 May 2026 14:22:50 +0800 Subject: [PATCH] Fix formatting of authorUrl in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a356b53..ea8fa64 100644 --- a/manifest.json +++ b/manifest.json @@ -3,5 +3,5 @@ "version": "0.9.5", "minAppVersion": "1.5.8", "author": "ouatis", - "authorUrl": "https://github.com/ouatis/", + "authorUrl": "https://github.com/ouatis/" }