From 338701e3dea21ebab307ad11bca5dd4e8598e448 Mon Sep 17 00:00:00 2001 From: Atemu Date: Mon, 17 Jan 2022 19:30:11 +0100 Subject: [PATCH] emacs: add myself as maintainer I added macport support to the generic drv and will maintain that part --- pkgs/applications/editors/emacs/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/generic.nix b/pkgs/applications/editors/emacs/generic.nix index febf3a48eec1..94c92539e4ca 100644 --- a/pkgs/applications/editors/emacs/generic.nix +++ b/pkgs/applications/editors/emacs/generic.nix @@ -246,7 +246,7 @@ let emacs = (if withMacport then llvmPackages_6.stdenv else stdenv).mkDerivation description = "The extensible, customizable GNU text editor" + optionalString withMacport " with Mitsuharu Yamamoto's macport patches"; homepage = if withMacport then "https://bitbucket.org/mituharu/emacs-mac/" else "https://www.gnu.org/software/emacs/"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ lovek323 jwiegley adisbladis matthewbauer ]; + maintainers = with maintainers; [ lovek323 jwiegley adisbladis matthewbauer atemu ]; platforms = if withMacport then platforms.darwin else platforms.all; longDescription = ''