emacs: add myself as maintainer

I added macport support to the generic drv and will maintain that part
This commit is contained in:
Atemu
2022-10-15 19:31:54 +02:00
parent 45d9595b41
commit 338701e3de
+1 -1
View File
@@ -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 = ''