Unverified Commit f90821b2 authored by Michael Weiss's avatar Michael Weiss
Browse files

python3Packages.tatsu: Remove myself as maintainer

I only ever maintained this package for ics but I don't maintain/use ics
anymore (9ce8939b).
parent 9fd4a80e
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; [ ];
  };

}