From b2a18a7caa184810e161ecf77cd5fbfeabd4b7a2 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 29 Nov 2023 12:18:26 -0500 Subject: [PATCH] opentofu: add nickcao to maintainers --- pkgs/applications/networking/cluster/opentofu/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix index 5f8a6a4e1c7e..ab960b7526ee 100644 --- a/pkgs/applications/networking/cluster/opentofu/default.nix +++ b/pkgs/applications/networking/cluster/opentofu/default.nix @@ -58,6 +58,7 @@ let license = licenses.mpl20; maintainers = with maintainers; [ gmemstr + nickcao ]; mainProgram = "tofu"; };