python310Packages.zodb: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 23:29:40 +01:00 committed by GitHub
parent 418ab60256
commit b43144ac43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Zope Object Database: object database and persistence";
homepage = "https://pypi.python.org/pypi/ZODB";
homepage = "https://zodb-docs.readthedocs.io/";
changelog = "https://github.com/zopefoundation/ZODB/blob/${version}/CHANGES.rst";
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
};