mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
ansible: Add maintainer
This commit is contained in:
parent
0ebc2e75f1
commit
92d8001c25
@ -98,4 +98,5 @@
|
|||||||
zef = "Zef Hemel <zef@zef.me>";
|
zef = "Zef Hemel <zef@zef.me>";
|
||||||
zimbatm = "zimbatm <zimbatm@zimbatm.com>";
|
zimbatm = "zimbatm <zimbatm@zimbatm.com>";
|
||||||
zoomulator = "Kim Simmons <zoomulator@gmail.com>";
|
zoomulator = "Kim Simmons <zoomulator@gmail.com>";
|
||||||
|
joamaki = "Jussi Maki <joamaki@gmail.com>";
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,8 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.ansible.com";
|
homepage = "http://www.ansible.com";
|
||||||
description = "Ansible simple automation tool";
|
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 New Issue
Block a user