python310Packages.exceptiongroup: add changelog to meta
This commit is contained in:
parent
60f52f6c83
commit
88c2174353
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user