python310Packages.immutabledict: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-18 21:14:54 +01:00
parent e75ed2f09f
commit 841ea664c2

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A fork of frozendict, an immutable wrapper around dictionaries";
homepage = "https://github.com/corenting/immutabledict";
changelog = "https://github.com/corenting/immutabledict/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};