Unverified Commit c23c1407 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

phpExtensions.spx: fix changelog url

parent 532d76d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;