tt-smi: add changelog

This commit is contained in:
Gaetan Lepage
2026-06-06 12:16:29 +00:00
parent 32aad6a0c0
commit 75ca23c831
+1
View File
@@ -51,6 +51,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
mainProgram = "tt-smi";
description = "Tenstorrent console based hardware information program";
homepage = "https://github.com/tenstorrent/tt-smi";
changelog = "https://github.com/tenstorrent/tt-smi/blob/${finalAttrs.src.tag}/CHANGELOG.md";
maintainers = with lib.maintainers; [ RossComputerGuy ];
license = with lib.licenses; [ asl20 ];
};