Merge pull request #207472 from fabaff/feroxbuster-bump

feroxbuster: add changelog to meta
This commit is contained in:
figsoda 2022-12-23 17:38:37 -05:00 committed by GitHub
commit 0ed4d70d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;