about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-16 23:22:31 +0200
committerGitHub <noreply@github.com>2023-08-16 23:22:31 +0200
commit4e4e72b8c4071d05f0c5913e62f254ce0d349067 (patch)
tree9f51b2278112d710fbe8bed7886ccf6b667a8c48
parent691bb0ff3bb7177193f146012f03e7aa79bafbe1 (diff)
python311Packages.immutables: add changelog to meta
-rw-r--r--pkgs/development/python-modules/immutables/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/immutables/default.nix b/pkgs/development/python-modules/immutables/default.nix
index eb6be2db5331f..1e1419eaf0ecc 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 ];
   };