diff --git a/pkgs/development/python-modules/googletrans/default.nix b/pkgs/development/python-modules/googletrans/default.nix index 596ae5dc7f60..1c372d054ef8 100644 --- a/pkgs/development/python-modules/googletrans/default.nix +++ b/pkgs/development/python-modules/googletrans/default.nix @@ -28,7 +28,6 @@ buildPythonPackage rec { meta = { description = "Library to interact with Google Translate API"; homepage = "https://py-googletrans.readthedocs.io"; - changelog = "https://github.com/ssut/py-googletrans/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ unode ]; mainProgram = "translate";