From 906f0ece7c2d46555ebf4a8f24c967869359673d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Dec 2022 22:47:51 +0100 Subject: [PATCH] feroxbuster: add changelog to meta --- pkgs/tools/security/feroxbuster/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/feroxbuster/default.nix b/pkgs/tools/security/feroxbuster/default.nix index 6a1c08e99d7..985d328decb 100644 --- a/pkgs/tools/security/feroxbuster/default.nix +++ b/pkgs/tools/security/feroxbuster/default.nix @@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Fast, simple, recursive content discovery tool"; homepage = "https://github.com/epi052/feroxbuster"; + changelog = "https://github.com/epi052/feroxbuster/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; platforms = platforms.unix;