jaeles: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-14 13:43:48 +02:00
parent 5e6433b89f
commit c834c87be4

View file

@ -22,6 +22,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool for automated Web application testing";
homepage = "https://github.com/jaeles-project/jaeles";
changelog = "https://github.com/jaeles-project/jaeles/releases/tag/beta-v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};