summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-20 13:26:27 +0200
committerGitHub <noreply@github.com>2023-08-20 13:26:27 +0200
commitccf9b5bc19f22e1f2149744662d7babab3bb86c3 (patch)
tree09565dcdef2cda9d20a1fe2d7a96f43d7d7e24f4
parent15c5b0431e3ba3a5cfa8d0ca92beb9e59156934e (diff)
downloadnixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar.gz
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar.bz2
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar.lz
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar.xz
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.tar.zst
nixpkgs-ccf9b5bc19f22e1f2149744662d7babab3bb86c3.zip
gobuster: add myself as maintainer
-rw-r--r--pkgs/tools/security/gobuster/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gobuster/default.nix b/pkgs/tools/security/gobuster/default.nix
index 41aa0312fd5..878fa576b4c 100644
--- a/pkgs/tools/security/gobuster/default.nix
+++ b/pkgs/tools/security/gobuster/default.nix
@@ -26,6 +26,6 @@ buildGoModule rec {
     homepage = "https://github.com/OJ/gobuster";
     changelog = "https://github.com/OJ/gobuster/releases/tag/v${version}";
     license = licenses.asl20;
-    maintainers = with maintainers; [ pamplemousse ];
+    maintainers = with maintainers; [ fab pamplemousse ];
   };
 }