Unverified Commit 9ce8939b authored by Michael Weiss's avatar Michael Weiss
Browse files

python3Packages.ics: Remove myself as maintainer

parent 34685a86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ buildPythonPackage rec {
    homepage = "http://icspy.readthedocs.org/en/stable/";
    changelog = "https://github.com/ics-py/ics-py/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ primeos ];
    maintainers = with maintainers; [ ];
  };
}