python313Packages.glyphslib: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-10-25 10:50:08 +02:00
committed by GitHub
parent cf064d3097
commit 3904b740da
@@ -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 = [ ];
};