summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
committerRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
commit65781e204d7c76b50351676360cecadfd4ec7646 (patch)
treeade3a1c96cbece8854b21e381a106a5c60de12c5 /pkgs/applications/editors/neovim
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
Remove me (garbas) as maintainer since I don't have much time to maintain anything
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 56f846f0c5f9..353d383e017c 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -122,7 +122,7 @@ in
# 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 garbas rvolosatovs ];
+ maintainers = with maintainers; [ manveru rvolosatovs ];
platforms = platforms.unix;
};
}