python311Packages.paste: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-21 15:07:55 +01:00
parent 3d9cd7c149
commit c2de80161e

View file

@ -51,7 +51,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tools for using a Web Server Gateway Interface stack";
homepage = "http://pythonpaste.org/";
homepage = "https://pythonpaste.readthedocs.io/";
changelog = "https://github.com/cdent/paste/blob/${version}/docs/news.txt";
license = licenses.mit;
maintainers = with maintainers; [ ];
};