python3Packages.fastai: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-05 10:02:44 +01:00 committed by GitHub
parent f7f9dbedde
commit d55544cc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/fastai/fastai";
description = "The fastai deep learning library";
changelog = "https://github.com/fastai/fastai/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ rxiao ];
};