lol

python-language-server: remove myself as maintainer

+4 -4
+1 -1
pkgs/development/python-modules/pyls-black/default.nix
··· 29 29 homepage = "https://github.com/rupert/pyls-black"; 30 30 description = "Black plugin for the Python Language Server"; 31 31 license = licenses.mit; 32 - maintainers = [ maintainers.mic92 ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/pyls-isort/default.nix
··· 24 24 homepage = "https://github.com/paradoxxxzero/pyls-isort"; 25 25 description = "Isort plugin for python-language-server"; 26 26 license = licenses.mit; 27 - maintainers = [ maintainers.mic92 ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/pyls-mypy/default.nix
··· 46 46 homepage = "https://github.com/tomv564/pyls-mypy"; 47 47 description = "Mypy plugin for the Python Language Server"; 48 48 license = licenses.mit; 49 - maintainers = [ maintainers.mic92 ]; 49 + maintainers = [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/python-language-server/default.nix
··· 84 84 homepage = "https://github.com/palantir/python-language-server"; 85 85 description = "An implementation of the Language Server Protocol for Python"; 86 86 license = licenses.mit; 87 - maintainers = [ maintainers.mic92 ]; 87 + maintainers = [ ]; 88 88 }; 89 89 }