python310Packages.fastcore: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-29 22:47:03 +02:00 committed by GitHub
parent 0e2d117c10
commit 1b9aa2e679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for Fast AI";
homepage = "https://github.com/fastai/fastcore";
changelog = "https://github.com/fastai/fastcore/blob/${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};