python312Packages.whool: fix changelog URL

Tags get published usually with a `v` prefix. If not adding it, the metadata is wrong.

@moduon MT-1075
This commit is contained in:
Jairo Llopis
2024-07-29 07:38:59 +01:00
parent 335a118f40
commit d6bf78ebb8
@@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = {
description = "Standards-compliant Python build backend to package Odoo addons";
homepage = "https://github.com/sbidoul/whool";
changelog = "https://github.com/sbidoul/whool/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/sbidoul/whool/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.yajo ];
};