python3Packages.mergedict: add changelog

This commit is contained in:
Timo Gottszky
2026-06-07 23:35:41 +02:00
parent 50aaa116c4
commit 6a7d623e7d
@@ -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 ];
};