pythonPackages.pyobjc: remove sauyon from maintainers

This commit is contained in:
Dmitry Kalinkin 2020-10-22 20:47:52 -04:00
parent ff23aaed3a
commit 1492b35aa6

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = {
description = "A bridge between the Python and Objective-C programming languages";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ sauyon ];
maintainers = with stdenv.lib.maintainers; [ ];
homepage = "https://pythonhosted.org/pyobjc/";
};
}