python3Packages.pygls: fix changelog url

This commit is contained in:
Kira Bruneau
2026-04-28 20:15:48 -04:00
parent d12094e1f3
commit 0fd07b7ab2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ buildPythonPackage (finalAttrs: {
broken = lib.versionAtLeast lsprotocol.version "2024";
description = "Pythonic generic implementation of the Language Server Protocol";
homepage = "https://github.com/openlawlibrary/pygls";
changelog = "https://github.com/openlawlibrary/pygls/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/openlawlibrary/pygls/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ kira-bruneau ];
};
@@ -65,7 +65,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Pythonic generic implementation of the Language Server Protocol";
homepage = "https://github.com/openlawlibrary/pygls";
changelog = "https://github.com/openlawlibrary/pygls/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/openlawlibrary/pygls/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ kira-bruneau ];
};