python312Packages.jedi-language-server: fix meta.changelog link

This commit is contained in:
Doron Behar
2024-11-09 17:57:56 +02:00
parent d3c201838e
commit d7249b6c2b
@@ -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 ];
};