python310Packages.persistent: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-24 06:58:49 +01:00 committed by GitHub
parent 88ce3dfe20
commit c25a9f03f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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