about summary refs log tree commit diff
path: root/pkgs/tools/system/ansible/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ansible/default.nix')
-rw-r--r--pkgs/tools/system/ansible/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/system/ansible/default.nix b/pkgs/tools/system/ansible/default.nix
index 4d12801b87ad..31d8bf40f51c 100644
--- a/pkgs/tools/system/ansible/default.nix
+++ b/pkgs/tools/system/ansible/default.nix
@@ -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
   };
 }