From 237168d4524ee334d0970eccd2097663aa994a5b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 6 May 2016 19:01:43 +0200 Subject: [PATCH] neovim: unmaintain *reinstalls emacs* --- pkgs/applications/editors/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index 6513e78ef86..5ac7a69aeda 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; }; };