python312Packages.jedi-language-server: fix meta.changelog link
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user