From 8ada17807f5c64f2af82bab1542811f91f4a935e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Aug 2024 08:10:33 +0200 Subject: [PATCH] python312Packages.axisregistry: add changelog to meta --- pkgs/development/python-modules/axisregistry/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/axisregistry/default.nix b/pkgs/development/python-modules/axisregistry/default.nix index 371b234690a5..206dc39104e0 100644 --- a/pkgs/development/python-modules/axisregistry/default.nix +++ b/pkgs/development/python-modules/axisregistry/default.nix @@ -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 ]; };