mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
emacsPackages.gn-mode-from-sources: add maintainer (#342253)
This commit is contained in:
commit
da025fca60
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user