faraday-agent-dispatcher: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-25 10:42:17 +01:00
parent 3265a24b79
commit 5e159ac0bc
@@ -64,6 +64,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to send result from tools to the Faraday Platform";
homepage = "https://github.com/infobyte/faraday_agent_dispatcher";
changelog = "https://github.com/infobyte/faraday_agent_dispatcher/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};