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
@@ -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 = [ ];
};
}