python310Packages.pytest-localserver: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 10:51:16 +01:00 committed by Martin Weinelt
parent 1d0870247c
commit c1e0ffb09c

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Plugin for the pytest testing framework to test server connections locally";
homepage = "https://github.com/pytest-dev/pytest-localserver";
changelog = "https://github.com/pytest-dev/pytest-localserver/blob/v${version}/CHANGES";
license = licenses.mit;
maintainers = with maintainers; [ siriobalmelli ];
};