From 4e4e72b8c4071d05f0c5913e62f254ce0d349067 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Aug 2023 23:22:31 +0200 Subject: [PATCH] python311Packages.immutables: add changelog to meta --- pkgs/development/python-modules/immutables/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/immutables/default.nix b/pkgs/development/python-modules/immutables/default.nix index eb6be2db5331..1e1419eaf0ec 100644 --- a/pkgs/development/python-modules/immutables/default.nix +++ b/pkgs/development/python-modules/immutables/default.nix @@ -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 ]; };