python310Packages.persistent: add changelog to meta
This commit is contained in:
parent
88ce3dfe20
commit
c25a9f03f3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Automatic persistence for Python objects";
|
||||
homepage = "https://github.com/zopefoundation/persistent/";
|
||||
changelog = "https://github.com/zopefoundation/persistent/blob/${version}/CHANGES.rst";
|
||||
license = licenses.zpl21;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue