Unverified Commit 53944b1b authored by Bojun Ren's avatar Bojun Ren
Browse files

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

parent 85c1a1f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}