From 9166649c3ee430bd9a5d20c2b62ec311ac6a4f68 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Feb 2023 11:18:41 +0100 Subject: [PATCH] khoj: add changelog to meta --- pkgs/servers/search/khoj/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/search/khoj/default.nix b/pkgs/servers/search/khoj/default.nix index b49be53ec207..b440b8681d5e 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 ]; };