From 3675aa348ae8fe7a7f57bea79eadacf0640913eb Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 26 Sep 2023 09:24:36 -0700 Subject: [PATCH] Update naming of Khoj in manifest.json for Obsidian --- manifest.json | 4 ++-- src/interface/obsidian/manifest.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 1b4577f8..8d0a21aa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Khoj", "version": "0.12.0", "minAppVersion": "0.15.0", - "description": "An AI Personal Assistant for your Digital Brain", + "description": "An Open-Source AI Personal Assistant for your Digital Brain", "author": "Khoj Inc.", - "authorUrl": "https://github.com/khoj-ai/khoj", + "authorUrl": "https://github.com/khoj-ai", "isDesktopOnly": true } diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index f0e0993c..8d0a21aa 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -3,8 +3,8 @@ "name": "Khoj", "version": "0.12.0", "minAppVersion": "0.15.0", - "description": "An AI Personal Assistant for your Digital Brain", - "author": "Debanjum Singh Solanky", - "authorUrl": "https://github.com/debanjum", + "description": "An Open-Source AI Personal Assistant for your Digital Brain", + "author": "Khoj Inc.", + "authorUrl": "https://github.com/khoj-ai", "isDesktopOnly": true }