gobuster: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 10:06:07 +01:00
parent ba962cc4bb
commit 7130b291c1

View file

@ -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 ];
};