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