python3.pkgs.fastprogress: add meta.changelog

This commit is contained in:
Doron Behar
2026-02-23 01:00:46 +02:00
parent dba3b4acc9
commit 6941128b3c
@@ -34,6 +34,7 @@ buildPythonPackage (finalAttrs: {
meta = {
homepage = "https://github.com/fastai/fastprogress";
changelog = "https://github.com/AnswerDotAI/fastprogress/blob/${finalAttrs.version}/CHANGELOG.md";
description = "Simple and flexible progress bar for Jupyter Notebook and console";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ris ];