mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gobuster: add changelog to meta
This commit is contained in:
parent
ba962cc4bb
commit
7130b291c1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";
|
||||
homepage = "https://github.com/OJ/gobuster";
|
||||
changelog = "https://github.com/OJ/gobuster/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ pamplemousse ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue