terraform: add maintainer timstott

This commit is contained in:
Timothy Stott 2020-10-08 21:55:59 +01:00
parent cd1b594767
commit b0a0ffb7fd

View File

@ -43,12 +43,13 @@ let
homepage = "https://www.terraform.io/"; homepage = "https://www.terraform.io/";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
zimbatm Chili-Man
peterhoeg babariviere
kalbasit kalbasit
marsam marsam
babariviere peterhoeg
Chili-Man timstott
zimbatm
]; ];
}; };
} // attrs'); } // attrs');