python.pkgs.pyls-isort: fix url/description

This commit is contained in:
Jörg Thalheim 2018-08-10 14:28:01 +02:00
parent 0165572217
commit c260a4d001

View file

@ -21,8 +21,8 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = https://github.com/palantir/python-language-server;
description = "An implementation of the Language Server Protocol for Python";
homepage = https://github.com/paradoxxxzero/pyls-isort;
description = "Isort plugin for python-language-server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
};