terraform: add myself as a maintainer

This commit is contained in:
Wael M. Nasreddine 2018-09-26 13:11:18 -07:00
parent cc481cedda
commit 7dadabb22c
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF

View File

@ -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');