python310Packages.flake8-docstrings: update homepage and add changelog

This commit is contained in:
Fabian Affolter
2023-02-25 13:44:22 +01:00
parent 7d0ed7f2e5
commit 8f83da4938
@@ -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 ];
};