3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.mathlibtools: add changelog to meta

This commit is contained in:
Mario Rodas 2022-11-29 04:20:00 +00:00
parent 2904fdf839
commit b014ff9e0b

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Supporting tool for Lean's mathlib";
homepage = "https://github.com/leanprover-community/mathlib-tools";
changelog = "https://github.com/leanprover-community/mathlib-tools/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ gebner ];
};