Remove myself as maintainer from almost all packages (#507056)
This commit is contained in:
@@ -9646,7 +9646,7 @@
|
||||
name = "Galois";
|
||||
};
|
||||
ggg = {
|
||||
email = "gggkiller2@gmail.com";
|
||||
email = "github@ggg.dev";
|
||||
github = "GGG-KILLER";
|
||||
githubId = 5892127;
|
||||
name = "GGG";
|
||||
|
||||
@@ -225,7 +225,6 @@ with lib.maintainers;
|
||||
members = [
|
||||
mdarocha
|
||||
corngood
|
||||
ggg
|
||||
raphaelr
|
||||
jamiemagee
|
||||
anpin
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user