python31{3,4}.pkgs.plotpy: fix changelog URL

This commit is contained in:
Doron Behar
2026-04-28 19:18:22 +03:00
parent ed754caf2a
commit 2d142832c7
@@ -117,7 +117,12 @@ buildPythonPackage rec {
meta = {
description = "Curve and image plotting tools for Python/Qt applications";
homepage = "https://github.com/PlotPyStack/PlotPy";
changelog = "https://github.com/PlotPyStack/PlotPy/blob/${src.tag}/CHANGELOG.md";
changelog = "https://github.com/PlotPyStack/PlotPy/blob/master/doc/release_notes/release_${lib.versions.major version}.${
lib.pipe version [
lib.versions.minor
(lib.fixedWidthString 2 "0")
]
}.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ doronbehar ];
};