python37Packages.gtts: Add changelog link
This commit is contained in:
parent
ede8ff5efb
commit
051e4193b6
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
|
description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
|
||||||
homepage = "https://gtts.readthedocs.io";
|
homepage = "https://gtts.readthedocs.io";
|
||||||
|
changelog = "https://gtts.readthedocs.io/en/latest/changelog.html";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ unode ];
|
maintainers = with maintainers; [ unode ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user