Unverified Commit 72b4729a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

pythonPackages.googletrans: Remove changelog URL from googletrans metadata (#514345)

parents 8d982620 49b409e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";