From b0a0ffb7fd5f578a3484d5eee7223b52a488f542 Mon Sep 17 00:00:00 2001 From: Timothy Stott Date: Thu, 8 Oct 2020 21:55:59 +0100 Subject: [PATCH] terraform: add maintainer timstott --- .../networking/cluster/terraform/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 5f2ef78b495..298d80bcbaa 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -43,12 +43,13 @@ let homepage = "https://www.terraform.io/"; license = licenses.mpl20; maintainers = with maintainers; [ - zimbatm - peterhoeg + Chili-Man + babariviere kalbasit marsam - babariviere - Chili-Man + peterhoeg + timstott + zimbatm ]; }; } // attrs');