From 070a504d5e094b9429519bcec779eb43f51859b5 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Wed, 19 Oct 2016 11:48:15 +0200 Subject: [PATCH] pythonPackages.ansible: Add myself as a maintainer --- pkgs/top-level/python-packages.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index b7ed8d4e9f0..afc2403b2d9 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; }; };