bbot: Add robsliwi as maintainer

This commit is contained in:
Robert Sliwinski
2026-03-08 20:56:53 +01:00
parent c665740dbb
commit ef8e8232e9
+4 -1
View File
@@ -70,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";
};
})