python311Packages.paste: add changelog to meta
This commit is contained in:
parent
3d9cd7c149
commit
c2de80161e
1 changed files with 2 additions and 1 deletions
|
@ -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; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue