diff --git a/LICENSE b/LICENSE index 0d91983..d3ede10 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Trey Wallis +Copyright (c) 2024 DecafDev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2d0a949..7d9e9d9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Vault Explorer is an [Obsidian.md](https://obsidian.md) plugin for desktop only. It allows you to explore your vault in visual format. -This plugin is a replacement to some of the functionality found in [Obsidian DataLoom](https://github.com/trey-wallis/obsidian-dataloom). +This plugin is a replacement to some of the functionality found in [Obsidian DataLoom](https://github.com/decaf-dev/obsidian-dataloom). ## About @@ -85,7 +85,7 @@ This property should be of checkbox type. 1. Clone the GitHub repository ```shell -git clone https://github.com/trey-wallis/obsidian-vault-explorer.git +git clone https://github.com/decaf-dev/obsidian-vault-explorer.git ``` 2. Install [Bun](https://bun.sh) diff --git a/manifest.json b/manifest.json index bc2cb92..160a9e1 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "version": "1.0.1", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", - "author": "Trey Wallis", - "authorUrl": "https://github.com/trey-wallis", - "fundingUrl": "https://buymeacoffee.com/treywallis", + "author": "DecafDev", + "authorUrl": "https://github.com/decaf-dev", + "fundingUrl": "https://buymeacoffee.com/decaf_dev", "isDesktopOnly": true } diff --git a/package.json b/package.json index c2edecf..7084481 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [], - "author": "Trey Wallis", + "author": "DecafDev", "license": "MIT", "devDependencies": { "@tsconfig/svelte": "^5.0.4",