From b8b50b9a5383a4357780bc7431cebf4e1f1c98f2 Mon Sep 17 00:00:00 2001 From: rufi Date: Sat, 18 Jul 2026 09:34:38 +1000 Subject: [PATCH] Fix HTTPS wording in README, set GitHub username in package.json/LICENSE --- LICENSE | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 444c3a3..87e9b90 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 rufi +Copyright (c) 2026 lanjak 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 640f602..0c9ee1c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Sync your Obsidian vault across devices using a self-hosted Qdrant instance inst - An embedding server that speaks the llama.cpp `/embedding` endpoint, also reachable from every device. Point it at any embedding model you like; 768-dim models are the default assumption but you can change the collection's vector size to match whatever you run. - A collection created in Qdrant ahead of time, sized to your embedding model's output dimension, cosine distance. -Obsidian Sync, CouchDB, Syncthing - none of that is needed. This plugin talks to Qdrant directly over HTTP from inside Obsidian, so it works on desktop and mobile. +Obsidian Sync, CouchDB, Syncthing - none of that is needed. This plugin talks to Qdrant directly over HTTP or HTTPS from inside Obsidian, so it works on desktop and mobile. ## Install diff --git a/package.json b/package.json index e1421f3..98cee03 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/rufi/obsidian-qdrant-sync.git" + "url": "https://github.com/lanjak/obsidian-qdrant-sync.git" }, "scripts": { "build": "node esbuild.config.mjs production",