We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295e27 commit 464ba64Copy full SHA for 464ba64
pkgs/development/python-modules/weblate-language-data/default.nix
@@ -29,6 +29,7 @@ buildPythonPackage rec {
29
meta = with lib; {
30
description = "Language definitions used by Weblate";
31
homepage = "https://github.com/WeblateOrg/language-data";
32
+ changelog = "https://github.com/WeblateOrg/language-data/releases/tag/${version}";
33
license = licenses.mit;
34
maintainers = with maintainers; [ erictapen ];
35
};
0 commit comments