about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-05-06 19:01:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-05-06 19:17:07 +0200
commit237168d4524ee334d0970eccd2097663aa994a5b (patch)
treef825309261215891f2cd2017438fc9b9fcb473dc /pkgs/applications/editors/neovim
parent39421df56a1e9c44db2cb1288732564c2a02d944 (diff)
neovim: unmaintain
*reinstalls emacs*
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 6513e78ef86c2..5ac7a69aeda58 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -141,7 +141,7 @@ let
       # those contributions were copied from Vim (identified in the commit logs
       # by the vim-patch token). See LICENSE for details."
       license = with licenses; [ asl20 vim ];
-      maintainers = with maintainers; [ manveru nckx garbas ];
+      maintainers = with maintainers; [ manveru garbas ];
       platforms   = platforms.unix;
     };
   };