python310Packages.pytest-repeat: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-02 09:14:48 +02:00
parent d4471d8b19
commit 67aa71bfb0

View file

@ -29,6 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pytest plugin for repeating tests";
homepage = "https://github.com/pytest-dev/pytest-repeat";
changelog = "https://github.com/pytest-dev/pytest-repeat/blob/v${version}/CHANGES.rst";
license = licenses.mpl20;
maintainers = with maintainers; [ ];
};