From 67c10b49ab7d17ddd0af7f7a50ef2cd877ebfbe0 Mon Sep 17 00:00:00 2001 From: GGG Date: Sun, 5 Apr 2026 17:21:17 -0300 Subject: [PATCH 1/4] curl-impersonate: drop GGG as maintainer --- pkgs/by-name/cu/curl-impersonate/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cu/curl-impersonate/package.nix b/pkgs/by-name/cu/curl-impersonate/package.nix index f5282fbcb896..e97ae1a40940 100644 --- a/pkgs/by-name/cu/curl-impersonate/package.nix +++ b/pkgs/by-name/cu/curl-impersonate/package.nix @@ -211,7 +211,7 @@ stdenv.mkDerivation rec { curl mit ]; - maintainers = with lib.maintainers; [ ggg ]; + maintainers = [ ]; platforms = lib.platforms.unix; mainProgram = "curl-impersonate"; }; From c26164f5b46d053ddaa8f30d889327954bd80c41 Mon Sep 17 00:00:00 2001 From: GGG Date: Sun, 5 Apr 2026 17:21:48 -0300 Subject: [PATCH 2/4] pythonPackages.ts1-signatures: drop GGG as maintainer --- pkgs/development/python-modules/ts1-signatures/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ts1-signatures/default.nix b/pkgs/development/python-modules/ts1-signatures/default.nix index d0c7b15fa94e..fca8f786323b 100644 --- a/pkgs/development/python-modules/ts1-signatures/default.nix +++ b/pkgs/development/python-modules/ts1-signatures/default.nix @@ -36,6 +36,6 @@ buildPythonPackage { description = "TLS and HTTP signature and fingerprint library"; homepage = "https://github.com/yifeikong/th1"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ggg ]; + maintainers = [ ]; }; } From e86105ec999e209537bae01d13f486efee462620 Mon Sep 17 00:00:00 2001 From: GGG Date: Sun, 5 Apr 2026 17:23:29 -0300 Subject: [PATCH 3/4] teams.dotnet: drop GGG as member --- maintainers/team-list.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index ef8d01cac28e..55ac4e52ca9e 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -225,7 +225,6 @@ with lib.maintainers; members = [ mdarocha corngood - ggg raphaelr jamiemagee anpin From b5b26cfce662544deddf57332172470d7d978c1b Mon Sep 17 00:00:00 2001 From: GGG Date: Sun, 5 Apr 2026 17:23:38 -0300 Subject: [PATCH 4/4] maintainers.ggg: update email --- maintainers/maintainer-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cdcb7f59fffc..f33011282c60 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9646,7 +9646,7 @@ name = "Galois"; }; ggg = { - email = "gggkiller2@gmail.com"; + email = "github@ggg.dev"; github = "GGG-KILLER"; githubId = 5892127; name = "GGG";