mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
OWNERS: reference the Emacs team for Emacs stuff (#347973)
This commit is contained in:
commit
d4c28e77c3
2 changed files with 10 additions and 4 deletions
|
@ -267,9 +267,11 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
|||
/nixos/modules/services/mail/rspamd.nix @peti
|
||||
|
||||
# Emacs
|
||||
/pkgs/applications/editors/emacs/elisp-packages @adisbladis
|
||||
/pkgs/applications/editors/emacs @adisbladis
|
||||
/pkgs/top-level/emacs-packages.nix @adisbladis
|
||||
/pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
|
||||
/pkgs/applications/editors/emacs @NixOS/emacs
|
||||
/pkgs/top-level/emacs-packages.nix @NixOS/emacs
|
||||
/doc/packages/emacs.section.md @NixOS/emacs
|
||||
/nixos/modules/services/editors/emacs.md @NixOS/emacs
|
||||
|
||||
# Kakoune
|
||||
/pkgs/applications/editors/kakoune @philiptaron
|
||||
|
|
|
@ -278,7 +278,11 @@ with lib.maintainers;
|
|||
};
|
||||
|
||||
emacs = {
|
||||
members = [ adisbladis ];
|
||||
members = [
|
||||
AndersonTorres
|
||||
adisbladis
|
||||
linj
|
||||
];
|
||||
scope = "Maintain the Emacs editor and packages.";
|
||||
shortName = "Emacs";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue