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 ]; };