forked from mirrors/nixpkgs
ansible: Add maintainer
This commit is contained in:
parent
0ebc2e75f1
commit
92d8001c25
|
@ -98,4 +98,5 @@
|
|||
zef = "Zef Hemel <zef@zef.me>";
|
||||
zimbatm = "zimbatm <zimbatm@zimbatm.com>";
|
||||
zoomulator = "Kim Simmons <zoomulator@gmail.com>";
|
||||
joamaki = "Jussi Maki <joamaki@gmail.com>";
|
||||
}
|
||||
|
|
|
@ -22,6 +22,8 @@ pythonPackages.buildPythonPackage rec {
|
|||
meta = {
|
||||
homepage = "http://www.ansible.com";
|
||||
description = "Ansible simple automation tool";
|
||||
license = "GPLv3";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ stdenv.lib.maintainers.joamaki ];
|
||||
platforms = stdenv.lib.platforms.linux; # Only tested on Linux
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue