Skip to content

Commit d6bf78e

Browse files
committed
python312Packages.whool: fix changelog URL
Tags get published usually with a `v` prefix. If not adding it, the metadata is wrong. @moduon MT-1075
1 parent 335a118 commit d6bf78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/whool/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242
meta = {
4343
description = "Standards-compliant Python build backend to package Odoo addons";
4444
homepage = "https://github.com/sbidoul/whool";
45-
changelog = "https://github.com/sbidoul/whool/blob/${version}/CHANGELOG.md";
45+
changelog = "https://github.com/sbidoul/whool/blob/v${version}/CHANGELOG.md";
4646
license = lib.licenses.mit;
4747
maintainers = [ lib.maintainers.yajo ];
4848
};

0 commit comments

Comments
 (0)