chore: finish rebrand from upstream obsidian-media-db-plugin

package.json author/description now match manifest.json, release
workflow plugin name and repo-automation.config.json repo ref no
longer point at the upstream project.
This commit is contained in:
afiqzudinhadi 2026-07-30 13:24:41 +08:00
parent a4ba1b8e42
commit 699bbf3a9f
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"devBranch": "master",
"releaseBranch": "release",
"github": "https://github.com/mProjectsCode/obsidian-media-db-plugin",
"github": "https://github.com/afiqzudinhadi/obsidian-media-db-sync",
"preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"]
}