python3Packages.libretranslate: 1.6.2 -> 1.6.4

https://github.com/LibreTranslate/LibreTranslate/releases/tag/v1.6.4
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:55 +01:00
parent e86fb66399
commit 16cd5014d3
@@ -88,7 +88,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services";
homepage = "https://libretranslate.com";
changelog = "https://github.com/LibreTranslate/LibreTranslate/releases/tag/v${version}";
changelog = "https://github.com/LibreTranslate/LibreTranslate/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ misuzu ];
};