summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-06-09 13:13:39 -0400
committerGitHub <noreply@github.com>2018-06-09 13:13:39 -0400
commit4b58e6134fed546ddfbe6fded6bccb425b32ddda (patch)
treec75e2f78509ae78b189d2dcfa70381c739162200
parente93a8cba4a00e8b1ca5be16c69f2d2adb193aa90 (diff)
downloadnixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar.gz
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar.bz2
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar.lz
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar.xz
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.tar.zst
nixlib-4b58e6134fed546ddfbe6fded6bccb425b32ddda.zip
emacs-mac: add myself as maintainer
-rw-r--r--pkgs/applications/editors/emacs/macport.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/macport.nix b/pkgs/applications/editors/emacs/macport.nix
index c5cb0f4655e6..7b58b4528189 100644
--- a/pkgs/applications/editors/emacs/macport.nix
+++ b/pkgs/applications/editors/emacs/macport.nix
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
     description = "GNU Emacs 25, the extensible, customizable text editor";
     homepage    = http://www.gnu.org/software/emacs/;
     license     = licenses.gpl3Plus;
-    maintainers = with maintainers; [ jwiegley ];
+    maintainers = with maintainers; [ jwiegley matthewbauer ];
     platforms   = platforms.darwin;
 
     longDescription = ''