python311Packages.dllogger: add changelog to meta
This commit is contained in:
parent
f1c7499875
commit
bc23e18030
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue