python310Packages.pylint-venv: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-15 13:37:05 +02:00 committed by GitHub
parent 0f02f25eec
commit e26528b4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to make pylint respect virtual environments";
homepage = "https://github.com/jgosmann/pylint-venv/";
changelog = "https://github.com/jgosmann/pylint-venv/blob/v${version}/CHANGES.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};