emacs: add panchoh as maintainer (#393504)

This commit is contained in:
Lin Jian 2025-03-28 03:55:23 +08:00 committed by GitHub
commit ac1fbdd52e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -18166,6 +18166,14 @@
githubId = 20342389;
name = "paneku";
};
panchoh = {
name = "pancho horrillo";
email = "pancho@pancho.name";
matrix = "@panchoh:matrix.org";
github = "panchoh";
githubId = 471059;
keys = [ { fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0"; } ];
};
panda2134 = {
email = "me+nixpkgs@panda2134.site";
github = "panda2134";

View File

@ -332,6 +332,7 @@ with lib.maintainers;
AndersonTorres
adisbladis
linj
panchoh
];
scope = "Maintain the Emacs editor and packages.";
shortName = "Emacs";

View File

@ -86,6 +86,7 @@ let
jwiegley
lovek323
matthewbauer
panchoh
];
"macport" = with lib.maintainers; [ ];
}