From 3c2bae76569792f7c9706a1ea8aee4871e405047 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 21 Jun 2024 14:49:00 +0100 Subject: [PATCH] opentofu: Drop gmemstr as maintainer --- pkgs/applications/networking/cluster/opentofu/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix index ed2d78f6c79e..5125f318ee00 100644 --- a/pkgs/applications/networking/cluster/opentofu/default.nix +++ b/pkgs/applications/networking/cluster/opentofu/default.nix @@ -58,7 +58,6 @@ let changelog = "https://github.com/opentofu/opentofu/blob/v${version}/CHANGELOG.md"; license = licenses.mpl20; maintainers = with maintainers; [ - gmemstr nickcao zowoq ];