about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
commitcdbc6e64e4d988184b83c25d46387f11d274b991 (patch)
tree3f54e149e82e188e0a5a6d401fae677ccd5659a7 /pkgs/applications/editors/neovim
parent2ea4d3721775fe0d08e82851e495497988bd7cc9 (diff)
downloadnixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.gz
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.bz2
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.lz
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.xz
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.tar.zst
nixlib-cdbc6e64e4d988184b83c25d46387f11d274b991.zip
treewide: reduce maintenance workload for ma27
Note: I DO NOT resign from nixpkgs, not at all!

However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.

So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
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 cd046b1871fa..022916c388dc 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -133,7 +133,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 rvolosatovs ma27 ];
+      maintainers = with maintainers; [ manveru rvolosatovs ];
       platforms   = platforms.unix;
     };
   }