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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user