diff --git a/manifest.json b/manifest.json index 06b35be..d8b5d21 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,8 @@ "name": "GitHub Link", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", + "description": "Enrich your notes with content from GitHub REST API", "author": "Nathonius", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "authorUrl": "https://nathan-smith.org/", "isDesktopOnly": false } diff --git a/package.json b/package.json index a45469b..74da34d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-github-link", "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "description": "An Obsidian plugin enriching notes with data from GitHub's REST API", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", @@ -9,7 +9,10 @@ "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [], - "author": "", + "author": { + "name": "Nathonius", + "url": "https://nathan-smith.org/" + }, "license": "MIT", "devDependencies": { "@codemirror/view": "^6.23.0",