feroxbuster: add changelog to meta
This commit is contained in:
parent
fde05a82c4
commit
906f0ece7c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue