Loading pkgs/development/python-modules/jedi-language-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ buildPythonPackage rec { description = "Language Server for the latest version(s) of Jedi"; mainProgram = "jedi-language-server"; homepage = "https://github.com/pappasam/jedi-language-server"; changelog = "https://github.com/pappasam/jedi-language-server/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/pappasam/jedi-language-server/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ doronbehar ]; }; Loading Loading
pkgs/development/python-modules/jedi-language-server/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ buildPythonPackage rec { description = "Language Server for the latest version(s) of Jedi"; mainProgram = "jedi-language-server"; homepage = "https://github.com/pappasam/jedi-language-server"; changelog = "https://github.com/pappasam/jedi-language-server/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/pappasam/jedi-language-server/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ doronbehar ]; }; Loading