python3Packages.pyorc: fix changelog

This commit is contained in:
Acid Bong
2026-05-10 13:38:44 +03:00
parent faf00df846
commit 09a4de51d2
@@ -71,7 +71,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/noirello/pyorc/blob/${version}/CHANGELOG.rst";
changelog = "https://github.com/noirello/pyorc/blob/v${version}/CHANGELOG.rst";
description = "Python module for Apache ORC file format";
homepage = "https://github.com/noirello/pyorc";
license = lib.licenses.asl20;