···162162 with on-the-fly code analysis, error prevention and
163163 automated refactorings for PHP and JavaScript code.
164164 '';
165165- maintainers = with maintainers; [ schristo ma27 ];
165165+ maintainers = with maintainers; [ schristo ];
166166 };
167167 });
168168
+1-1
pkgs/applications/editors/neovim/default.nix
···133133 # those contributions were copied from Vim (identified in the commit logs
134134 # by the vim-patch token). See LICENSE for details."
135135 license = with licenses; [ asl20 vim ];
136136- maintainers = with maintainers; [ manveru rvolosatovs ma27 ];
136136+ maintainers = with maintainers; [ manveru rvolosatovs ];
137137 platforms = platforms.unix;
138138 };
139139 }