python.pkgs.pyls-isort: fix url/description
This commit is contained in:
parent
0165572217
commit
c260a4d001
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/palantir/python-language-server;
|
homepage = https://github.com/paradoxxxzero/pyls-isort;
|
||||||
description = "An implementation of the Language Server Protocol for Python";
|
description = "Isort plugin for python-language-server";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user