feroxbuster: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-23 22:47:51 +01:00
parent fde05a82c4
commit 906f0ece7c

View file

@ -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;