python312Packages.speechrecognition: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-05-06 10:04:20 +02:00
parent a7d8f5a79a
commit 6c412b44af
@@ -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 ];
};