From 67aa71bfb05b977801cda1a17a621057e924048d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 2 Oct 2023 09:14:48 +0200 Subject: [PATCH] python310Packages.pytest-repeat: add changelog to meta --- pkgs/development/python-modules/pytest-repeat/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-repeat/default.nix b/pkgs/development/python-modules/pytest-repeat/default.nix index 45a2b46868a..3c322a0a725 100644 --- a/pkgs/development/python-modules/pytest-repeat/default.nix +++ b/pkgs/development/python-modules/pytest-repeat/default.nix @@ -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; [ ]; };