tockloader: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-11 08:39:05 +02:00
parent 2e4c842b4f
commit 1d391acf5f

View File

@ -28,9 +28,10 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
homepage = "https://github.com/tock/tockloader";
license = licenses.mit;
description = "Tool for programming Tock onto hardware boards";
homepage = "https://github.com/tock/tockloader";
changelog = "https://github.com/tock/tockloader/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}