pythonPackages.pyobjc: remove sauyon from maintainers
This commit is contained in:
parent
ff23aaed3a
commit
1492b35aa6
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A bridge between the Python and Objective-C programming languages";
|
description = "A bridge between the Python and Objective-C programming languages";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ sauyon ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
homepage = "https://pythonhosted.org/pyobjc/";
|
homepage = "https://pythonhosted.org/pyobjc/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue