python3Packages.pyorc: fix changelog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user