python310Packages.exceptiongroup: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-06 09:09:54 +01:00
parent 60f52f6c83
commit 88c2174353

View File

@ -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 ];
};