Unverified Commit b56cea4d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.translate-toolkit: add changelog

parent 3b513fab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };