Skip to content

Commit

Permalink
fix: update author information in manifest.json
Browse files Browse the repository at this point in the history
- Changed author to "Kodai Nakamura".
- Removed authorUrl and fundingUrl fields.
- Ensured accurate author details for plugin metadata.
  • Loading branch information
kdnk committed Sep 13, 2024
1 parent df4181b commit 79180a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "Display the full path instead of just the file name",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"author": "Kodai Nakamura",
"isDesktopOnly": false
}

0 comments on commit 79180a1

Please sign in to comment.