python312Packages.graphrag: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-08-05 07:51:27 +02:00
committed by GitHub
parent 6d62a4207d
commit 959c46df4e
@@ -118,6 +118,7 @@ buildPythonPackage rec {
meta = {
description = "Modular graph-based Retrieval-Augmented Generation (RAG) system";
homepage = "https://github.com/microsoft/graphrag";
changelog = "https://github.com/microsoft/graphrag/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ natsukium ];
};