···162 with on-the-fly code analysis, error prevention and
163 automated refactorings for PHP and JavaScript code.
164 '';
165- maintainers = with maintainers; [ schristo ma27 ];
166 };
167 });
168
···162 with on-the-fly code analysis, error prevention and
163 automated refactorings for PHP and JavaScript code.
164 '';
165+ maintainers = with maintainers; [ schristo ];
166 };
167 });
168
+1-1
pkgs/applications/editors/neovim/default.nix
···133 # those contributions were copied from Vim (identified in the commit logs
134 # by the vim-patch token). See LICENSE for details."
135 license = with licenses; [ asl20 vim ];
136- maintainers = with maintainers; [ manveru rvolosatovs ma27 ];
137 platforms = platforms.unix;
138 };
139 }
···133 # those contributions were copied from Vim (identified in the commit logs
134 # by the vim-patch token). See LICENSE for details."
135 license = with licenses; [ asl20 vim ];
136+ maintainers = with maintainers; [ manveru rvolosatovs ];
137 platforms = platforms.unix;
138 };
139 }
···36 meta = with lib; {
37 license = licenses.mit;
38 homepage = "https://github.com/ageitgey/face_recognition";
39- maintainers = with maintainers; [ ma27 ];
40 description = "The world's simplest facial recognition api for Python and the command line";
41 };
42}
···36 meta = with lib; {
37 license = licenses.mit;
38 homepage = "https://github.com/ageitgey/face_recognition";
39+ maintainers = with maintainers; [ ];
40 description = "The world's simplest facial recognition api for Python and the command line";
41 };
42}