From 83f005b42a80e46919a915ee08d82558c8a03d61 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 3 Jul 2023 08:31:09 +0200 Subject: [PATCH] python310Packages.jiwer: add changelog to meta --- pkgs/development/python-modules/jiwer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jiwer/default.nix b/pkgs/development/python-modules/jiwer/default.nix index 8211be5e03fd..d7ed374a928c 100644 --- a/pkgs/development/python-modules/jiwer/default.nix +++ b/pkgs/development/python-modules/jiwer/default.nix @@ -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 ]; };