python311Packages.immutables: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-16 23:22:31 +02:00
committed by GitHub
parent 691bb0ff3b
commit 4e4e72b8c4
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An immutable mapping type";
homepage = "https://github.com/MagicStack/immutables";
changelog = "https://github.com/MagicStack/immutables/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ catern ];
};