about summary refs log tree commit diff
path: root/pkgs/servers/search
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-27 11:18:41 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-27 11:18:41 +0100
commit9166649c3ee430bd9a5d20c2b62ec311ac6a4f68 (patch)
treebdb99670de17033991c98962cf2057e1e46a681e /pkgs/servers/search
parent736c2dfa3eb0ae2a815851ca5c4292ca30cc6b73 (diff)
khoj: add changelog to meta
Diffstat (limited to 'pkgs/servers/search')
-rw-r--r--pkgs/servers/search/khoj/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/search/khoj/default.nix b/pkgs/servers/search/khoj/default.nix
index b49be53ec207b..b440b8681d5e6 100644
--- a/pkgs/servers/search/khoj/default.nix
+++ b/pkgs/servers/search/khoj/default.nix
@@ -69,6 +69,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     description = "Natural Language Search Assistant for your Org-Mode and Markdown notes, Beancount transactions and Photos";
     homepage = "https://github.com/debanjum/khoj";
+    changelog = "https://github.com/debanjum/khoj/releases/tag/${version}";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ dit7ya ];
   };