Commit 250cacf5 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.pytest-mypy: add sigmanificient to maintainers

parent ffbc71cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ buildPythonPackage rec {
    description = "Mypy static type checker plugin for Pytest";
    homepage = "https://github.com/dbader/pytest-mypy";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
  };
}