phpExtensions.spx: fix changelog url

This commit is contained in:
Piotr Kwiecinski
2026-04-28 08:31:11 +02:00
parent 532d76d69d
commit c23c1407c4
@@ -25,7 +25,7 @@ buildPecl {
];
meta = {
changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/${version}";
changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/v${version}";
description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI";
homepage = "https://github.com/NoiseByNorthwest/php-spx";
license = lib.licenses.php301;