Unverified Commit 7ce67c43 authored by Philip Taron's avatar Philip Taron
Browse files

vim: add philiptaron to maintainers

parent 75110f8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ rec {
    description = "The most popular clone of the VI editor";
    homepage    = "http://www.vim.org";
    license     = licenses.vim;
    maintainers = with maintainers; [ das_j equirosa ];
    maintainers = with maintainers; [ das_j equirosa philiptaron ];
    platforms   = platforms.unix;
    mainProgram = "vim";
    outputsToInstall = [ "out" "xxd" ];