terraform: add myself as a maintainer

This commit is contained in:
Wael M. Nasreddine
2018-09-27 09:51:41 -07:00
parent cc481cedda
commit 7dadabb22c
@@ -34,7 +34,7 @@ let
description = "Tool for building, changing, and versioning infrastructure"; description = "Tool for building, changing, and versioning infrastructure";
homepage = https://www.terraform.io/; homepage = https://www.terraform.io/;
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ jgeerds zimbatm peterhoeg ]; maintainers = with maintainers; [ jgeerds zimbatm peterhoeg kalbasit ];
}; };
} // attrs'); } // attrs');