lol

python311Packages.immutables: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
4e4e72b8 691bb0ff

+1
+1
pkgs/development/python-modules/immutables/default.nix
··· 49 49 meta = with lib; { 50 50 description = "An immutable mapping type"; 51 51 homepage = "https://github.com/MagicStack/immutables"; 52 + changelog = "https://github.com/MagicStack/immutables/releases/tag/v${version}"; 52 53 license = with licenses; [ asl20 ]; 53 54 maintainers = with maintainers; [ catern ]; 54 55 };