Unverified Commit 8ada1780 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.axisregistry: add changelog to meta

parent 80f8748d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };