From 0a2b94480f115d49aaa648fdf20f2fce05f48de9 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Mon, 27 Apr 2026 23:13:05 +0200 Subject: [PATCH] python3Packages.pysfcgal: fix changelog url --- pkgs/development/python-modules/pysfcgal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pysfcgal/default.nix b/pkgs/development/python-modules/pysfcgal/default.nix index ac619c48eb1b..bedaa41c8f97 100644 --- a/pkgs/development/python-modules/pysfcgal/default.nix +++ b/pkgs/development/python-modules/pysfcgal/default.nix @@ -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