python312Packages.translate-toolkit: add changelog

This commit is contained in:
Fabian Affolter
2025-03-22 08:40:11 +01:00
committed by GitHub
parent 3b513fabaf
commit b56cea4dce
@@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Useful localization tools for building localization & translation systems";
homepage = "https://toolkit.translatehouse.org/";
changelog = "https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/${version}.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ erictapen ];
};