mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
python310Packages.pylint-venv: add changelog to meta
This commit is contained in:
parent
0f02f25eec
commit
e26528b4ba
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user