We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 239b03c + d6bf78e commit 6a0cd4dCopy full SHA for 6a0cd4d
pkgs/development/python-modules/whool/default.nix
@@ -42,7 +42,7 @@ buildPythonPackage rec {
42
meta = {
43
description = "Standards-compliant Python build backend to package Odoo addons";
44
homepage = "https://github.com/sbidoul/whool";
45
- changelog = "https://github.com/sbidoul/whool/blob/${version}/CHANGELOG.md";
+ changelog = "https://github.com/sbidoul/whool/blob/v${version}/CHANGELOG.md";
46
license = lib.licenses.mit;
47
maintainers = [ lib.maintainers.yajo ];
48
};
0 commit comments