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:
Nabeen Tiwaree
2024-12-30 10:03:46 -05:00
committed by GitHub
co-authored by Gaétan Lepage
parent b9cc3de65b
commit e71336029a
+1 -1
View File
@@ -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";