Commit 7130b291 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

gobuster: add changelog to meta

parent ba962cc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };