python310Packages.pytest-cases: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-25 22:01:36 +01:00 committed by GitHub
parent 5cc75dc281
commit 1e4766bd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Separate test code from test cases in pytest";
homepage = "https://github.com/smarie/python-pytest-cases";
changelog = "https://github.com/smarie/python-pytest-cases/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};