emacsPackages.gn-mode-from-sources: add rennsax to maintainers

This commit is contained in:
Bojun Ren 2024-09-16 17:05:54 +08:00
parent 85c1a1f3ab
commit 53944b1be1
No known key found for this signature in database
GPG Key ID: 1815BA659CF04BD2

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";
};
}