python310Packages.jiwer: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-07-03 08:31:09 +02:00
committed by GitHub
parent 70051f8071
commit 83f005b42a
@@ -38,6 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A simple and fast python package to evaluate an automatic speech recognition system";
homepage = "https://github.com/jitsi/jiwer";
changelog = "https://github.com/jitsi/jiwer/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ];
};