ansible: add myself as maintainer

This commit is contained in:
Martin Weinelt 2020-05-18 01:40:20 +02:00
parent 410fdbada3
commit 9f98f41854
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -51,7 +51,7 @@ buildPythonPackage rec {
homepage = "http://www.ansible.com";
description = "Radically simple IT automation";
license = [ licenses.gpl3 ] ;
maintainers = with maintainers; [ joamaki costrouc ];
maintainers = with maintainers; [ joamaki costrouc hexa ];
platforms = platforms.linux ++ platforms.darwin;
};
}