python310Packages.immutabledict: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user