terraform: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2016-10-26 14:34:19 +02:00
parent 9970b28680
commit 231d9737df

View File

@ -27,6 +27,9 @@ buildGoPackage rec {
description = "Tool for building, changing, and versioning infrastructure";
homepage = "https://www.terraform.io/";
license = licenses.mpl20;
maintainers = with maintainers; [ zimbatm ];
maintainers = with maintainers; [
jgeerds
zimbatm
];
};
}