pythonPackages.ansible: Add myself as a maintainer
This commit is contained in:
parent
7bb75fa887
commit
070a504d5e
@ -883,7 +883,10 @@ in modules // {
|
|||||||
homepage = "http://www.ansible.com";
|
homepage = "http://www.ansible.com";
|
||||||
description = "A simple automation tool";
|
description = "A simple automation tool";
|
||||||
license = with licenses; [ gpl3] ;
|
license = with licenses; [ gpl3] ;
|
||||||
maintainers = with maintainers; [ joamaki ];
|
maintainers = with maintainers; [
|
||||||
|
jgeerds
|
||||||
|
joamaki
|
||||||
|
];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user