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

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

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