From 051e4193b65a49cf8b20ab7479c474cf73431fba Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 8 Feb 2021 16:50:37 +0100 Subject: [PATCH] python37Packages.gtts: Add changelog link --- pkgs/development/python-modules/gtts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/gtts/default.nix b/pkgs/development/python-modules/gtts/default.nix index 55486ed7dd6..f3e8162b714 100644 --- a/pkgs/development/python-modules/gtts/default.nix +++ b/pkgs/development/python-modules/gtts/default.nix @@ -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 ]; };