python3Packages.libretranslate: 1.6.2 -> 1.6.4
https://github.com/LibreTranslate/LibreTranslate/releases/tag/v1.6.4
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user