Update pkgs/by-name/rw/rwalk/package.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
co-authored by
Gaétan Lepage
parent
b9cc3de65b
commit
e71336029a
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = {
|
||||
description = "A blazingly fast web directory scanner written in Rust";
|
||||
homepage = "https://github.com/cestef/rwalk";
|
||||
changelog = "https://github.com/cestef/rwalk/blob/${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/cestef/rwalk/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pwnwriter ];
|
||||
mainProgram = "rwalk";
|
||||
|
||||
Reference in New Issue
Block a user