python310Packages.pytest-testmon: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-21 12:35:09 +01:00
parent 68403fe04f
commit b86912e23a
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pytest plug-in which automatically selects and re-executes only tests affected by recent changes";
homepage = "https://github.com/tarpas/pytest-testmon/";
changelog = "https://github.com/tarpas/pytest-testmon/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dmvianna ];
};