python312Packages.weblate-language-data: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-03-15 08:10:09 +01:00
committed by GitHub
parent a295e27aeb
commit 464ba64341
@@ -29,6 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Language definitions used by Weblate";
homepage = "https://github.com/WeblateOrg/language-data";
changelog = "https://github.com/WeblateOrg/language-data/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ erictapen ];
};