diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index afc2403b2d9..229963d7cb2 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -919,7 +919,10 @@ in modules // { homepage = "http://www.ansible.com"; description = "A simple automation tool"; license = with licenses; [ gpl3 ]; - maintainers = with maintainers; [ copumpkin ]; + maintainers = with maintainers; [ + copumpkin + jgeerds + ]; platforms = with platforms; linux ++ darwin; }; };