Commit 8f83da49 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.flake8-docstrings: update homepage and add changelog

parent 7d0ed7f2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };