ansible: add myself as maintainer

This commit is contained in:
Martin Weinelt
2020-05-18 01:40:20 +02:00
parent 410fdbada3
commit 9f98f41854

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