mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #36347 from grahamc/fix-null-fields
maintainers: remove null fields
This commit is contained in:
commit
bc6e650e94
1 changed files with 3 additions and 3 deletions
|
@ -470,7 +470,7 @@
|
|||
name = "Pascal Bach";
|
||||
};
|
||||
backuitist = {
|
||||
email = null;
|
||||
email = "biethb@gmail.com";
|
||||
github = "backuitist";
|
||||
name = "Bruno Bieth";
|
||||
};
|
||||
|
@ -2691,9 +2691,9 @@
|
|||
name = "Pierre Carrier";
|
||||
};
|
||||
periklis = {
|
||||
email = null;
|
||||
email = "theopompos@gmail.com";
|
||||
github = "periklis";
|
||||
name = "theopompos@gmail.com";
|
||||
name = "Periklis Tsirakidis";
|
||||
};
|
||||
pesterhazy = {
|
||||
email = "pesterhazy@gmail.com";
|
||||
|
|
Loading…
Reference in a new issue