From 49b409e8ab9a0ddacfc0228c06e5cfa6afb7005a Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Tue, 28 Apr 2026 09:40:13 +0200 Subject: [PATCH] pythonPackages.googletrans: Remove changelog URL from googletrans metadata Upstream does not provide a reliable changelog source for all versions. It was exceptionally done for release 4.0.0 but no other since. --- pkgs/development/python-modules/googletrans/default.nix | 1 - 1 file changed, 1 deletion(-) 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";