From 6a7d623e7d35aea0e867a5c226f073da1e9ffa93 Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Sun, 7 Jun 2026 23:35:41 +0200 Subject: [PATCH] python3Packages.mergedict: add changelog --- pkgs/development/python-modules/mergedict/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/mergedict/default.nix b/pkgs/development/python-modules/mergedict/default.nix index b9aa4ba5f6ff..9d58c10b4801 100644 --- a/pkgs/development/python-modules/mergedict/default.nix +++ b/pkgs/development/python-modules/mergedict/default.nix @@ -22,6 +22,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python dict with a merge() method"; homepage = "https://github.com/schettino72/mergedict"; + changelog = "https://github.com/schettino72/mergedict/blob/${finalAttrs.version}/CHANGES"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ onny ]; };