diff --git a/pkgs/development/python-modules/pyinfra/default.nix b/pkgs/development/python-modules/pyinfra/default.nix index 12fc72466a98..55893eabc8c3 100644 --- a/pkgs/development/python-modules/pyinfra/default.nix +++ b/pkgs/development/python-modules/pyinfra/default.nix @@ -88,7 +88,10 @@ buildPythonPackage (finalAttrs: { downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases"; changelog = "https://github.com/Fizzadar/pyinfra/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ totoroot ]; + maintainers = with lib.maintainers; [ + robsliwi + totoroot + ]; mainProgram = "pyinfra"; }; })