From 3c2bae76569792f7c9706a1ea8aee4871e405047 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 21 Jun 2024 14:49:00 +0100 Subject: [PATCH 1/4] 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 ]; From da6d7ed4f54bfe2f499f8bc95777823e226f7dfc Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 21 Jun 2024 14:49:17 +0100 Subject: [PATCH 2/4] redict: Drop gmemstr as maintainer --- pkgs/by-name/re/redict/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/re/redict/package.nix b/pkgs/by-name/re/redict/package.nix index 7d045cdc6fcb..54820d6eb096 100644 --- a/pkgs/by-name/re/redict/package.nix +++ b/pkgs/by-name/re/redict/package.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.lgpl3Only; platforms = platforms.all; changelog = "https://codeberg.org/redict/redict/releases/tag/${finalAttrs.version}"; - maintainers = with maintainers; [ yuka gmemstr ]; + maintainers = with maintainers; [ yuka ]; mainProgram = "redict-cli"; }; }) From 59433304d20c64e9c27b80a2294741fa7ead184c Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 21 Jun 2024 14:49:35 +0100 Subject: [PATCH 3/4] redisinsight: Drop gmemstr as maintainer --- pkgs/development/tools/redisinsight/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/redisinsight/default.nix b/pkgs/development/tools/redisinsight/default.nix index c27cd9b47dfd..4395bc7a040e 100644 --- a/pkgs/development/tools/redisinsight/default.nix +++ b/pkgs/development/tools/redisinsight/default.nix @@ -163,7 +163,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/RedisInsight/RedisInsight"; license = lib.licenses.sspl; maintainers = with lib.maintainers; [ - gmemstr tomasajt ]; platforms = lib.platforms.linux; From 549b23782c12b16f7c9f1c81697162d5a50e9902 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 21 Jun 2024 14:49:54 +0100 Subject: [PATCH 4/4] maintainers: Drop gmemstr --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 516ef1a8da7d..e70d9cf4acad 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7387,12 +7387,6 @@ github = "gmacon"; githubId = 238853; }; - gmemstr = { - email = "git@gmem.ca"; - github = "gmemstr"; - githubId = 1878840; - name = "Gabriel Simmer"; - }; gnxlxnxx = { email = "gnxlxnxx@web.de"; github = "gnxlxnxx";