mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python-language-server: remove myself as maintainer
This commit is contained in:
parent
e77ce56f9e
commit
c8dd6cecaa
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/rupert/pyls-black";
|
homepage = "https://github.com/rupert/pyls-black";
|
||||||
description = "Black plugin for the Python Language Server";
|
description = "Black plugin for the Python Language Server";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/paradoxxxzero/pyls-isort";
|
homepage = "https://github.com/paradoxxxzero/pyls-isort";
|
||||||
description = "Isort plugin for python-language-server";
|
description = "Isort plugin for python-language-server";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/tomv564/pyls-mypy";
|
homepage = "https://github.com/tomv564/pyls-mypy";
|
||||||
description = "Mypy plugin for the Python Language Server";
|
description = "Mypy plugin for the Python Language Server";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -84,6 +84,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/palantir/python-language-server";
|
homepage = "https://github.com/palantir/python-language-server";
|
||||||
description = "An implementation of the Language Server Protocol for Python";
|
description = "An implementation of the Language Server Protocol for Python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user