pythonPackages.ansible: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2016-10-19 11:48:15 +02:00
parent 7bb75fa887
commit 070a504d5e

View File

@ -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;
};
};