From cd18f67c72b13eadffcac1a3c65823b3b47258c1 Mon Sep 17 00:00:00 2001 From: naive231 Date: Sat, 16 Nov 2024 07:33:25 +0800 Subject: [PATCH] [fix] Remove 'authorUrl' and 'fundingUrl' to align with community's guildine. --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 844c73a..480617b 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,6 @@ "minAppVersion": "0.15.0", "description": "Convert selected texts to LINE-flavor messages.", "author": "Zhou Naihong", - "authorUrl": "https://github.com/naive231/obsidian-md-to-line-message", - "fundingUrl": "https://obsidian.md/pricing", + "authorUrl": "https://github.com/naive231", "isDesktopOnly": false }