python310Packages.flake8-docstrings: update homepage and add changelog
This commit is contained in:
@@ -20,7 +20,8 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extension for flake8 which uses pydocstyle to check docstrings";
|
||||
homepage = "https://gitlab.com/pycqa/flake8-docstrings";
|
||||
homepage = "https://github.com/pycqa/flake8-docstrings";
|
||||
changelog = "https://github.com/PyCQA/flake8-docstrings/blob/${version}/HISTORY.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ smaret ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user