python3Packages.pysfcgal: fix changelog url (#514201)

This commit is contained in:
Yohann Boniface
2026-04-27 21:24:17 +00:00
committed by GitHub
@@ -61,7 +61,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python wrapper for SFCGAL";
homepage = "https://gitlab.com/sfcgal/pysfcgal";
changelog = "https://gitlab.com/sfcgal/pysfcgal/-/blob/${finalAttrs.src.rev}/CHANGELOG.md";
changelog = "https://gitlab.com/sfcgal/pysfcgal/-/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
teams = with lib.teams; [
geospatial