python311Packages.dllogger: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-15 09:53:33 +02:00 committed by GitHub
parent f1c7499875
commit bc23e18030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A logging tool for deep learning";
homepage = "https://github.com/NVIDIA/dllogger";
changelog = "https://github.com/NVIDIA/dllogger/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ natsukium ];
};