wifite2: add danielfullmer to maintainers

This commit is contained in:
Daniel Fullmer 2020-04-14 14:55:06 -04:00
parent 7e46e2a863
commit 93f3b6edc7

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