Unverified Commit bc23e180 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.dllogger: add changelog to meta

parent f1c74998
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };