From 6c412b44afcc5a8bf79fbcbca5dff89544f81b90 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 6 May 2024 10:04:20 +0200 Subject: [PATCH] python312Packages.speechrecognition: add changelog to meta --- pkgs/development/python-modules/speechrecognition/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/speechrecognition/default.nix b/pkgs/development/python-modules/speechrecognition/default.nix index 264eec536b17..93d7f230d856 100644 --- a/pkgs/development/python-modules/speechrecognition/default.nix +++ b/pkgs/development/python-modules/speechrecognition/default.nix @@ -57,6 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "Speech recognition module for Python, supporting several engines and APIs, online and offline"; homepage = "https://github.com/Uberi/speech_recognition"; + changelog = "https://github.com/Uberi/speech_recognition/releases/tag/${version}"; license = with licenses; [ gpl2Only bsd3 ]; maintainers = with maintainers; [ fab ]; };