about summary refs log tree commit diff
path: root/pkgs/development/python-modules/exceptiongroup
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-06 09:09:54 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-06 09:09:54 +0100
commit88c217435303a3375fb5e818bbb36b86f1f8fe54 (patch)
treee60d5c7471baeac50109b5968b821facc7dcb6b0 /pkgs/development/python-modules/exceptiongroup
parent60f52f6c836b27882a6ffaf529f505d4e1e0f45c (diff)
python310Packages.exceptiongroup: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/exceptiongroup')
-rw-r--r--pkgs/development/python-modules/exceptiongroup/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/exceptiongroup/default.nix b/pkgs/development/python-modules/exceptiongroup/default.nix
index 96ce96e27f087..569f1be488033 100644
--- a/pkgs/development/python-modules/exceptiongroup/default.nix
+++ b/pkgs/development/python-modules/exceptiongroup/default.nix
@@ -33,6 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Backport of PEP 654 (exception groups)";
     homepage = "https://github.com/agronholm/exceptiongroup";
+    changelog = "https://github.com/agronholm/exceptiongroup/blob/${version}/CHANGES.rst";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };