khoj: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-27 11:18:41 +01:00
parent 736c2dfa3e
commit 9166649c3e

View file

@ -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 ];
};