Skip to content

Commit 6a0cd4d

Browse files
authored
Merge pull request #330794 from moduon/whool
python312Packages.whool: fix changelog URL
2 parents 239b03c + d6bf78e commit 6a0cd4d

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)