diff --git a/pkgs/by-name/bb/bbot/package.nix b/pkgs/by-name/bb/bbot/package.nix index 2a0366f2dff6..5359e79cbf97 100644 --- a/pkgs/by-name/bb/bbot/package.nix +++ b/pkgs/by-name/bb/bbot/package.nix @@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "radixtarget" "regex" "tabulate" + "websockets" ]; build-system = with python3.pkgs; [ @@ -69,7 +70,10 @@ python3.pkgs.buildPythonApplication (finalAttrs: { description = "OSINT automation for hackers"; homepage = "https://pypi.org/project/bbot/"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ fab ]; + maintainers = with lib.maintainers; [ + fab + robsliwi + ]; mainProgram = "bbot"; }; })