summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform-inventory/default.nix
diff options
context:
space:
mode:
authorHugo Tavares Reis <hugo@linux.com>2017-05-20 16:16:44 +0200
committerHugo Tavares Reis <hugo@linux.com>2017-05-20 16:17:24 +0200
commit21898ff46016cc314c435e97c2ade9a3162964bf (patch)
tree7de9b144acc8433b5dc3fd61452431fbabc637b3 /pkgs/applications/networking/cluster/terraform-inventory/default.nix
parente3de736b9b867964a3c8920796a6d4096e3489c3 (diff)
downloadnixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar.gz
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar.bz2
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar.lz
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar.xz
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.tar.zst
nixpkgs-21898ff46016cc314c435e97c2ade9a3162964bf.zip
terraform-inventory: added htr as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform-inventory/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/terraform-inventory/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-inventory/default.nix b/pkgs/applications/networking/cluster/terraform-inventory/default.nix
index c86b9d2a61b..dd4a36807ea 100644
--- a/pkgs/applications/networking/cluster/terraform-inventory/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-inventory/default.nix
@@ -18,10 +18,11 @@ buildGoPackage rec {
 
   goDeps = ./deps.nix;
 
-  meta = {
+  meta = with stdenv.lib; {
     homepage = https://github.com/adammck/terraform-inventory;
     description = "Terraform state to ansible inventory adapter";
-    platforms = stdenv.lib.platforms.all;
-    license = stdenv.lib.licenses.mit;
+    platforms = platforms.all;
+    license = licenses.mit;
+    maintainers = with maintainers; [ htr ];
   };
 }