Merge pull request #330794 from moduon/whool

python312Packages.whool: fix changelog URL
This commit is contained in:
Peder Bergebakken Sundt
2024-08-07 01:47:40 +02:00
committed by GitHub
@@ -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 ];
};