From 606aacd1fd66d741a810a68b6f8fd3e600f0d150 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Wed, 19 Oct 2016 11:48:40 +0200 Subject: [PATCH] pythonPackages.ansible2: 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 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; }; };