python312Packages.speechrecognition: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user