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.
This commit is contained in:
Renato Alves
2026-04-28 09:58:03 +02:00
parent 48b5b88cd2
commit 49b409e8ab
@@ -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";