Unverified Commit f46c6fae authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #181850 from primeos/python-tatsu

python3Packages.tatsu: Remove myself as maintainer
parents 40cc1457 f90821b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    '';
    homepage = "https://tatsu.readthedocs.io/";
    license = licenses.bsd2;
    maintainers = with maintainers; [ primeos ];
    maintainers = with maintainers; [ ];
  };

}