diff --git a/pkgs/development/python-modules/glyphslib/default.nix b/pkgs/development/python-modules/glyphslib/default.nix index 081a4fd3bfc9..c5a929139e2e 100644 --- a/pkgs/development/python-modules/glyphslib/default.nix +++ b/pkgs/development/python-modules/glyphslib/default.nix @@ -54,6 +54,7 @@ buildPythonPackage rec { meta = { description = "Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib"; homepage = "https://github.com/googlefonts/glyphsLib"; + changelog = "https://github.com/googlefonts/glyphsLib/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = [ ]; };