terraform: Add myself as a maintainer
This commit is contained in:
parent
9970b28680
commit
231d9737df
@ -27,6 +27,9 @@ buildGoPackage rec {
|
|||||||
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; [ zimbatm ];
|
maintainers = with maintainers; [
|
||||||
|
jgeerds
|
||||||
|
zimbatm
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user