python-language-server: remove myself as maintainer

This commit is contained in:
Jörg Thalheim 2021-07-03 20:51:34 +02:00
parent e77ce56f9e
commit c8dd6cecaa
4 changed files with 4 additions and 4 deletions

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/rupert/pyls-black";
description = "Black plugin for the Python Language Server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
maintainers = [ ];
};
}

View file

@ -24,6 +24,6 @@ buildPythonPackage rec {
homepage = "https://github.com/paradoxxxzero/pyls-isort";
description = "Isort plugin for python-language-server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
maintainers = [ ];
};
}

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/tomv564/pyls-mypy";
description = "Mypy plugin for the Python Language Server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
maintainers = [ ];
};
}

View file

@ -84,6 +84,6 @@ buildPythonPackage rec {
homepage = "https://github.com/palantir/python-language-server";
description = "An implementation of the Language Server Protocol for Python";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
maintainers = [ ];
};
}