python310Packages.zodb: add changelog to meta
This commit is contained in:
parent
418ab60256
commit
b43144ac43
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue