python310Packages.pastedeploy: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-23 00:28:53 +01:00
parent c2de80161e
commit a6ae7f7387
@@ -20,6 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Load, configure, and compose WSGI applications and servers";
homepage = "https://github.com/Pylons/pastedeploy";
changelog = "https://github.com/Pylons/pastedeploy/blob/${version}/docs/news.rst";
license = licenses.mit;
maintainers = teams.openstack.members;
};