python311Packages.spyder-kernels: fix the changelog url

This commit is contained in:
OTABI Tomoya
2023-11-09 12:02:00 +09:00
committed by GitHub
parent 0d8297f521
commit 5ec3f0d5ad
@@ -52,7 +52,7 @@ buildPythonPackage rec {
description = "Jupyter kernels for Spyder's console";
homepage = "https://docs.spyder-ide.org/current/ipythonconsole.html";
downloadPage = "https://github.com/spyder-ide/spyder-kernels/releases";
changelog = "https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md";
changelog = "https://github.com/spyder-ide/spyder-kernels/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
};