From c834c87be4fefdc72a6403be68a36029b2438b74 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Jul 2023 13:43:48 +0200 Subject: [PATCH] jaeles: add changelog to meta --- pkgs/tools/security/jaeles/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/jaeles/default.nix b/pkgs/tools/security/jaeles/default.nix index 8eb4c93d15c..5ab635b35ac 100644 --- a/pkgs/tools/security/jaeles/default.nix +++ b/pkgs/tools/security/jaeles/default.nix @@ -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 ]; };