about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/opentofu
diff options
context:
space:
mode:
authorGabriel Simmer <g@gmem.ca>2024-06-21 14:49:00 +0100
committerGabriel Simmer <g@gmem.ca>2024-06-21 14:49:00 +0100
commit3c2bae76569792f7c9706a1ea8aee4871e405047 (patch)
tree2fc41293e2fe22287fb3d2c67d5a65406179bf5a /pkgs/applications/networking/cluster/opentofu
parent4bebab5e980e572ca8e93f64f8e81bc88e92684c (diff)
opentofu: Drop gmemstr as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster/opentofu')
-rw-r--r--pkgs/applications/networking/cluster/opentofu/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix
index ed2d78f6c79e2..5125f318ee007 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
       ];