python3Packages.py-cpuinfo: fix changelog

This commit is contained in:
Acid Bong
2026-07-21 18:14:00 +03:00
parent 6c4e3498c9
commit 7a3c41fed3
@@ -43,7 +43,7 @@ buildPythonPackage rec {
Python.
'';
homepage = "https://github.com/workhorsy/py-cpuinfo";
changelog = "https://github.com/workhorsy/py-cpuinfo/blob/v${version}/ChangeLog";
changelog = "https://github.com/workhorsy/py-cpuinfo/blob/${src.rev}/ChangeLog";
license = lib.licenses.mit;
maintainers = [ ];
};