From b86912e23a8092b7a658d0816d327dca969a270b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 Jan 2023 12:35:09 +0100 Subject: [PATCH] python310Packages.pytest-testmon: add changelog to meta --- pkgs/development/python-modules/pytest-testmon/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-testmon/default.nix b/pkgs/development/python-modules/pytest-testmon/default.nix index 1b9ab4c8336c..528a7bde9ab5 100644 --- a/pkgs/development/python-modules/pytest-testmon/default.nix +++ b/pkgs/development/python-modules/pytest-testmon/default.nix @@ -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 ]; };