Unverified Commit d6bf78eb authored by Jairo Llopis's avatar Jairo Llopis
Browse files

python312Packages.whool: fix changelog URL

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

@moduon MT-1075
parent 335a118f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };