python312Packages.axisregistry: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-08-09 08:10:33 +02:00
committed by GitHub
parent 80f8748dd7
commit 8ada17807f
@@ -38,6 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Fonts registry of OpenType variation axis tags";
homepage = "https://github.com/googlefonts/axisregistry";
changelog = "https://github.com/googlefonts/axisregistry/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ danc86 ];
};