emacsPackages.gn-mode-from-sources: add maintainer (#342253)

This commit is contained in:
Lin Jian 2024-09-17 00:26:07 +08:00 committed by GitHub
commit da025fca60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -17641,6 +17641,13 @@
github = "renesat";
githubId = 11363539;
};
rennsax = {
name = "Bojun Ren";
email = "bj.ren.coding@outlook.com";
github = "rennsax";
githubId = 93167100;
keys = [ { fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C"; } ];
};
renzo = {
email = "renzocarbonara@gmail.com";
github = "k0001";

View File

@ -22,7 +22,7 @@ melpaBuild {
meta = {
inherit (gn.meta) homepage license;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ rennsax ];
description = "Major mode for editing GN files; taken from GN sources";
};
}