python37Packages.gtts: Add changelog link

This commit is contained in:
Renato Alves 2021-02-08 16:50:37 +01:00 committed by Martin Weinelt
parent ede8ff5efb
commit 051e4193b6

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
homepage = "https://gtts.readthedocs.io";
changelog = "https://gtts.readthedocs.io/en/latest/changelog.html";
license = licenses.mit;
maintainers = with maintainers; [ unode ];
};