Commit 1d391acf authored by Fabian Affolter's avatar Fabian Affolter
Browse files

tockloader: add changelog to meta

parent 2e4c842b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,9 +28,10 @@ python3Packages.buildPythonApplication rec {
  '';

  meta = with lib; {
    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;
    description = "Tool for programming Tock onto hardware boards";
    maintainers = with maintainers; [ ];
  };
}