maintainers: Fix duplicate values
@patricksjackson -> @arcuru was done in https://github.com/NixOS/nixpkgs/pull/263460, but https://github.com/NixOS/nixpkgs/pull/240329 accidentally undid it @DomesticMoth -> @asciimoth was done in https://github.com/NixOS/nixpkgs/pull/203290, but the old entry wasn't dropped The nix@pdtpartners.com email is used by three users. According to @mupdt, `nix+<github hadle>@pdtpartners.com` should work instead: https://github.com/NixOS/nixpkgs/pull/488851#issuecomment-3884975021
This commit is contained in:
@@ -6944,13 +6944,6 @@
|
||||
githubId = 126339;
|
||||
name = "Domen Kozar";
|
||||
};
|
||||
DomesticMoth = {
|
||||
name = "Andrew";
|
||||
email = "silkmoth@protonmail.com";
|
||||
github = "asciimoth";
|
||||
githubId = 91414737;
|
||||
keys = [ { fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; } ];
|
||||
};
|
||||
dominikh = {
|
||||
email = "dominik@honnef.co";
|
||||
github = "dominikh";
|
||||
@@ -7738,7 +7731,7 @@
|
||||
name = "Elnu";
|
||||
};
|
||||
elpdt852 = {
|
||||
email = "nix@pdtpartners.com";
|
||||
email = "nix+elpdt852@pdtpartners.com";
|
||||
github = "elpdt852";
|
||||
githubId = 122112154;
|
||||
name = "Edgar Lee";
|
||||
@@ -14703,7 +14696,7 @@
|
||||
name = "Luka Blaskovic";
|
||||
};
|
||||
lbpdt = {
|
||||
email = "nix@pdtpartners.com";
|
||||
email = "nix+lbpdt@pdtpartners.com";
|
||||
github = "lbpdt";
|
||||
githubId = 45168934;
|
||||
name = "Louis Blin";
|
||||
@@ -18198,7 +18191,7 @@
|
||||
keys = [ { fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2"; } ];
|
||||
};
|
||||
mupdt = {
|
||||
email = "nix@pdtpartners.com";
|
||||
email = "nix+mupdt@pdtpartners.com";
|
||||
github = "mupdt";
|
||||
githubId = 25388474;
|
||||
name = "Matej Urbas";
|
||||
@@ -20381,12 +20374,6 @@
|
||||
name = "Patrick";
|
||||
keys = [ { fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D"; } ];
|
||||
};
|
||||
patricksjackson = {
|
||||
email = "patrick@jackson.dev";
|
||||
github = "arcuru";
|
||||
githubId = 160646;
|
||||
name = "Patrick Jackson";
|
||||
};
|
||||
patryk27 = {
|
||||
email = "pwychowaniec@pm.me";
|
||||
github = "Patryk27";
|
||||
|
||||
Reference in New Issue
Block a user