summary refs log tree commit diff
path: root/pkgs/tools/networking/wifite2
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2020-04-14 14:55:06 -0400
committerDaniel Fullmer <danielrf12@gmail.com>2020-04-14 14:55:06 -0400
commit93f3b6edc7f15932965633636834bc6c4428a407 (patch)
tree8bd64c4caa9b9aea57e446da93edf349a9b5f17b /pkgs/tools/networking/wifite2
parent7e46e2a863f888d9a6c940e9e5f8a89d6e0ab0e7 (diff)
downloadnixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar.gz
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar.bz2
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar.lz
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar.xz
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.tar.zst
nixpkgs-93f3b6edc7f15932965633636834bc6c4428a407.zip
wifite2: add danielfullmer to maintainers
Diffstat (limited to 'pkgs/tools/networking/wifite2')
-rw-r--r--pkgs/tools/networking/wifite2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/wifite2/default.nix b/pkgs/tools/networking/wifite2/default.nix
index d290b8be087..8ff0c6d84ab 100644
--- a/pkgs/tools/networking/wifite2/default.nix
+++ b/pkgs/tools/networking/wifite2/default.nix
@@ -51,6 +51,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "Rewrite of the popular wireless network auditor, wifite";
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lassulus ];
+    maintainers = with maintainers; [ lassulus danielfullmer ];
   };
 }