Remove myself as maintainer from almost all packages (#507056)

This commit is contained in:
Yohann Boniface
2026-04-05 22:57:04 +00:00
committed by GitHub
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -9646,7 +9646,7 @@
name = "Galois";
};
ggg = {
email = "gggkiller2@gmail.com";
email = "github@ggg.dev";
github = "GGG-KILLER";
githubId = 5892127;
name = "GGG";
-1
View File
@@ -225,7 +225,6 @@ with lib.maintainers;
members = [
mdarocha
corngood
ggg
raphaelr
jamiemagee
anpin
+1 -1
View File
@@ -211,7 +211,7 @@ stdenv.mkDerivation rec {
curl
mit
];
maintainers = with lib.maintainers; [ ggg ];
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "curl-impersonate";
};
@@ -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 = [ ];
};
}